AppResourceGroupInfoWatcherStatus Enum

Definition

Describes the various states that the AppResourceGroupInfoWatcher may be in.

public enum class AppResourceGroupInfoWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AppResourceGroupInfoWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AppResourceGroupInfoWatcherStatus
var value = Windows.System.AppResourceGroupInfoWatcherStatus.created
Public Enum AppResourceGroupInfoWatcherStatus
Inheritance
AppResourceGroupInfoWatcherStatus
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

Aborted 5

The watcher has been stopped by the system as the result of an internal error or other failure condition.

Created 0

The watcher has been created.

EnumerationCompleted 2

The watcher has completed enumerating the resource groups that are available to monitor. After enumeration is complete, the watcher will report when items are added or removed.

Started 1

The watcher has started monitoring changes.

Stopped 4

The watcher has stopped monitoring changes.

Stopping 3

The watcher is in the process of stopping monitoring changes.

Applies to