RemoteSystemSessionWatcherStatus
RemoteSystemSessionWatcherStatus
RemoteSystemSessionWatcherStatus
RemoteSystemSessionWatcherStatus
Enum
Definition
Contains values that describe the operational status of a remote session watcher object.
public : enum class RemoteSystemSessionWatcherStatuspublic enum RemoteSystemSessionWatcherStatusPublic Enum RemoteSystemSessionWatcherStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| Aborted Aborted Aborted Aborted | The watching operation was aborted for an unknown reason. |
| Created Created Created Created | The watcher has been created but has not yet been started. |
| EnumerationCompleted EnumerationCompleted EnumerationCompleted EnumerationCompleted | The initial enumeration of remote sessions has completed. |
| Started Started Started Started | The watcher has started looking for remote sessions. |
| Stopped Stopped Stopped Stopped | The watcher has stopped looking for remote sessions. |
| Stopping Stopping Stopping Stopping | The watcher is in the process of stopping. |