The Application Manager service enables Python applications to perform the following tasks:
The following sample code is used to load the provider:
import scriptext
appmanager_handle = scriptext.load('Service.AppManager', 'IAppManager')
The following table summarizes the Application Manager Interface:
| Service provider | Service.AppManager | 
| Supported interfaces | IAppManager | 
The following table lists the services available in Application Manager:
| Services | Description | 
| GetList6.2.1 | Retrieves the required information of user installed packages, all applications, or handler application. | 
| LaunchApp6.2.2 | Launches application based on the specified application UID. | 
| LaunchDoc6.2.3 | Launches application based on the Document. |