DkmPackageExecutionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the application package's current execution state. For Windows Store apps, the values match the values in PACKAGE_EXECUTION_STATE.
public enum class DkmPackageExecutionState
public enum class DkmPackageExecutionState
enum DkmPackageExecutionState
public enum DkmPackageExecutionState
type DkmPackageExecutionState =
Public Enum DkmPackageExecutionState
- Inheritance
-
DkmPackageExecutionState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The application's state is unknown. |
Running | 1 | The application is running. |
Suspending | 2 | The application is being suspended. |
Suspended | 3 | The application is suspended. |
Terminated | 4 | The application is terminated. |