UserWatcherStatus UserWatcherStatus UserWatcherStatus UserWatcherStatus Enum

Definition

Represents the status of a user watcher.

public : enum class UserWatcherStatuspublic enum UserWatcherStatusPublic Enum UserWatcherStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Aborted Aborted Aborted Aborted

The watcher was aborted.

Created Created Created Created

The watcher has been created.

EnumerationCompleted EnumerationCompleted EnumerationCompleted EnumerationCompleted

The watcher's enumeration has completed.

Started Started Started Started

The watcher has started.

Stopped Stopped Stopped Stopped

The watcher has stopped.

Stopping Stopping Stopping Stopping

The watcher is stopping.