AppResourceGroupStateReport.ExecutionState Property
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.
Gets the execution state of the resource group, such as whether it is suspended, running, and so on.
public:
property AppResourceGroupExecutionState ExecutionState { AppResourceGroupExecutionState get(); };
AppResourceGroupExecutionState ExecutionState();
public AppResourceGroupExecutionState ExecutionState { get; }
var appResourceGroupExecutionState = appResourceGroupStateReport.executionState;
Public ReadOnly Property ExecutionState As AppResourceGroupExecutionState
Property Value
The execution state.
Windows requirements
App capabilities |
appDiagnostics
|