Manage applications with the App class
masterThe App class provides methods to retrieve, launch, and control running applications.
Warning: An App instance can become stale if the application is terminated while you hold a reference to it. Always check isTerminated() to verify the app's state.