UserWatcherStatus 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.
Represents the status of a user watcher.
public enum class UserWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UserWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UserWatcherStatus
var value = Windows.System.UserWatcherStatus.created
Public Enum UserWatcherStatus
- Inheritance
-
UserWatcherStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The watcher has been created. |
Started | 1 | The watcher has started. |
EnumerationCompleted | 2 | The watcher's enumeration has completed. |
Stopping | 3 | The watcher is stopping. |
Stopped | 4 | The watcher has stopped. |
Aborted | 5 | The watcher was aborted. |