Reputation: 3119
As i understand i can launch a PeriodicTask from my windows phone application. But will it be called after application is terminated? Or, most important, will it be called by system after device reboot (before user run the main app next time)?
Upvotes: 3
Views: 699
Reputation: 4870
Yeah, they will run after a reboot and when your application is terminated but Battery Save Mode can prevent execution.
Good introduction: http://blogs.infosupport.com/blogs/alexb/archive/2011/05/26/multi-tasking-in-windows-phone-7-1.aspx
Upvotes: 2