Reputation: 248
I've got an App with Extended Execution. When I close the App, it runs perfectly fine in the background. But when it is in "background" I need to do some things differently than when the App is visible.
Since I'm extending the Execution session on startup, the OnSuspending Event is never called. Is there any way to check if the App is currently active?
Thank you!
Upvotes: 0
Views: 86
Reputation: 65586
If you must start the extended execution process when the app is running you could possibly use navigation (or resize?) events that will tell you when you lose (and possibly regain) UI?
Upvotes: 0