In Configuration Manager, the AppAction enumeration defines action types. This enumeration is used by the IAppManagementTypes Interface.
typedef enum AppAction { appDiscovery = 0, appInstall = 1, appUninstall = 2 }AppAction; |
Elements
- appDiscovery
- The action type is discovery.
- appInstall
- The action type is install.
- appUninstall
- The action type is uninstall.