I am writing some services that will run nightly and take several hours to complete. I would like to know that the service is not already running. I am creating a record in a special entity to record the start and stop time and the current progress, but if for instance, the service gets shut down, the stop time will have not been written.
Is there some way to know if a service is running? Skip
