I'm scheduling a short lived service to run every 4 hours
If I exit the app, even with ExitApplication, at the next scheduled period, the service starts anyway.
Is there a way to cancel a StartServiceAt() that was already issued without scheduling another one?
I think I can set the next start time at about 100 years in the future, but it doesn't seem to be an elegant solution.