UserWatcherStatus Enum

Definition

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

Aborted 5

The watcher was aborted.

Created 0

The watcher has been created.

EnumerationCompleted 2

The watcher's enumeration has completed.

Started 1

The watcher has started.

Stopped 4

The watcher has stopped.

Stopping 3

The watcher is stopping.

Applies to