When trying to update statistics on a scheduled synchronization that disable the synchronization for the current day/time, an uncaught NullReferenceException is thrown, only when the application is waking up from sleep mode or is manually started: this should be prevented by checking the scheduler status before updating statistics.
When trying to update statistics on a scheduled synchronization that disable the synchronization for the current day/time, an uncaught
NullReferenceException
is thrown, only when the application is waking up from sleep mode or is manually started: this should be prevented by checking the scheduler status before updating statistics.