AppResourceGroupInfoWatcherStatus Enum
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.
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
Name | Value | Description |
---|---|---|
Created | 0 | The watcher has been created. |
Started | 1 | The watcher has started monitoring changes. |
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. |
Stopping | 3 | The watcher is in the process of stopping monitoring changes. |
Stopped | 4 | The watcher has stopped monitoring changes. |
Aborted | 5 | The watcher has been stopped by the system as the result of an internal error or other failure condition. |