Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the state of a Windows app package.
Syntax
typedef enum PACKAGE_EXECUTION_STATE {
PES_UNKNOWN = 0,
PES_RUNNING = 1,
PES_SUSPENDING = 2,
PES_SUSPENDED = 3,
PES_TERMINATED = 4
} ;
Constants
PES_UNKNOWNValue: 0 The package is in an unknown state. |
PES_RUNNINGValue: 1 The package is running. |
PES_SUSPENDINGValue: 2 The package is being suspended. |
PES_SUSPENDEDValue: 3 The package is suspended. |
PES_TERMINATEDValue: 4 The package was terminated. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |