Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 915 Bytes

remotesystemsessionwatcherstatus.md

File metadata and controls

42 lines (28 loc) · 915 Bytes
-api-id -api-type
T:Windows.System.RemoteSystems.RemoteSystemSessionWatcherStatus
winrt enum

Windows.System.RemoteSystems.RemoteSystemSessionWatcherStatus

-description

Contains values that describe the operational status of a remote session watcher object.

-enum-fields

-field Stopping:3

The watcher is in the process of stopping.

-field Stopped:4

The watcher has stopped looking for remote sessions.

-field Started:1

The watcher has started looking for remote sessions.

-field EnumerationCompleted:2

The initial enumeration of remote sessions has completed.

-field Created:0

The watcher has been created but has not yet been started.

-field Aborted:5

The watching operation was aborted for an unknown reason.

-remarks

-see-also

-examples

-capabilities

remoteSystem