AppResourceGroupExecutionState 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 execution state of the resource group.
public enum class AppResourceGroupExecutionState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AppResourceGroupExecutionState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AppResourceGroupExecutionState
var value = Windows.System.AppResourceGroupExecutionState.unknown
Public Enum AppResourceGroupExecutionState
- Inheritance
-
AppResourceGroupExecutionState
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The execution state is not known. |
Running | 1 | The resource group is part of an app that is currently running. |
Suspending | 2 | The resource group is part of an app that is entering the suspend state. |
Suspended | 3 | The resource group is part of an app that has been suspended. |
NotRunning | 4 | The resource group is part of an app that is not running. |