Is the use of a System.Threading.Timer safe given that apps can be put in a suspended state? My concern is that if an app gets put in a suspended state, when it's brought back into the foreground then the timer will kick off all of the times that it missed while in a suspended state.
↧