RemoteSystemSessionWatcherStatus Enum

Definition

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

Aborted 5

The watching operation was aborted for an unknown reason.

Created 0

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

EnumerationCompleted 2

The initial enumeration of remote sessions has completed.

Started 1

The watcher has started looking for remote sessions.

Stopped 4

The watcher has stopped looking for remote sessions.

Stopping 3

The watcher is in the process of stopping.

Applies to