共用方式為


AppResourceGroupExecutionState 列舉

定義

描述資源群組的執行狀態。

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
繼承
AppResourceGroupExecutionState
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

欄位

NotRunning 4

資源群組是未執行之應用程式的一部分。

Running 1

資源群組是目前正在執行之應用程式的一部分。

Suspended 3

資源群組是已暫停之應用程式的一部分。

Suspending 2

資源群組是進入暫停狀態之應用程式的一部分。

Unknown 0

執行狀態未知。

適用於