AppResourceGroupExecutionState
AppResourceGroupExecutionState
AppResourceGroupExecutionState
AppResourceGroupExecutionState
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Describes the execution state of the resource group.
public : enum class AppResourceGroupExecutionStatepublic enum AppResourceGroupExecutionStatePublic Enum AppResourceGroupExecutionState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| NotRunning NotRunning NotRunning NotRunning | Prerelease. The resource group is part of an app that is not running. |
| Running Running Running Running | Prerelease. The resource group is part of an app that is currently running. |
| Suspended Suspended Suspended Suspended | Prerelease. The resource group is part of an app that has been suspended. |
| Suspending Suspending Suspending Suspending | Prerelease. The resource group is part of an app that is entering the suspend state. |
| Unknown Unknown Unknown Unknown | Prerelease. The execution state is not known. |