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!