RemoteSystemSessionWatcherStatus 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.
Contains values that describe the operational status of a remote session watcher object.
public enum class RemoteSystemSessionWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class RemoteSystemSessionWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum RemoteSystemSessionWatcherStatus
var value = Windows.System.RemoteSystems.RemoteSystemSessionWatcherStatus.created
Public Enum RemoteSystemSessionWatcherStatus
- Inheritance
-
RemoteSystemSessionWatcherStatus
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
App capabilities |
remoteSystem
|
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The watcher has been created but has not yet been started. |
Started | 1 | The watcher has started looking for remote sessions. |
EnumerationCompleted | 2 | The initial enumeration of remote sessions has completed. |
Stopping | 3 | The watcher is in the process of stopping. |
Stopped | 4 | The watcher has stopped looking for remote sessions. |
Aborted | 5 | The watching operation was aborted for an unknown reason. |