Hello,
I have an app where the user can optionally start a service that performs a check every 15 min. or so. After the first check the service uses StartServiceAt to wait for 15 min. then perform another check.
The user can exit the app leaving the service running.
Later when the user reenters the app I would like to check if the service is "running". The service may be actively performing its check or it may be waiting for 15 min. to perform the next check or and may not be running at all.
Is there a way I can check if the service is "running" – has been started and will periodically perform its check?
Thanks,
Barry.
I have an app where the user can optionally start a service that performs a check every 15 min. or so. After the first check the service uses StartServiceAt to wait for 15 min. then perform another check.
The user can exit the app leaving the service running.
Later when the user reenters the app I would like to check if the service is "running". The service may be actively performing its check or it may be waiting for 15 min. to perform the next check or and may not be running at all.
Is there a way I can check if the service is "running" – has been started and will periodically perform its check?
Thanks,
Barry.