AppResourceGroupExecutionState Enum

Definition

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

NotRunning 4

The resource group is part of an app that is not running.

Running 1

The resource group is part of an app that is currently running.

Suspended 3

The resource group is part of an app that has been suspended.

Suspending 2

The resource group is part of an app that is entering the suspend state.

Unknown 0

The execution state is not known.

Applies to