Hi
I am trying to find out, how to start a service at the same time every day.
I have searched the forum, but can only find examples on, how to start the service in 24 hour intervals (StartServiceAt("", DateTime.Now + 60000 * 60 *24, True)).
If, for some reason the service start is delayed and the service is started at a later timer, for example 09:05:00 then the next scheduled start will be tomorrow at 09:05:00, meaning this could eventually make the schedule slide.
But I need the service to be scheduled at exactly 09:00:00 am every day.
Any suggestions?
Kind regards
Jakob
I am trying to find out, how to start a service at the same time every day.
I have searched the forum, but can only find examples on, how to start the service in 24 hour intervals (StartServiceAt("", DateTime.Now + 60000 * 60 *24, True)).
If, for some reason the service start is delayed and the service is started at a later timer, for example 09:05:00 then the next scheduled start will be tomorrow at 09:05:00, meaning this could eventually make the schedule slide.
But I need the service to be scheduled at exactly 09:00:00 am every day.
Any suggestions?
Kind regards
Jakob