RemoteSystemSessionParticipantWatcherStatus RemoteSystemSessionParticipantWatcherStatus RemoteSystemSessionParticipantWatcherStatus RemoteSystemSessionParticipantWatcherStatus Enum

Definition

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

public : enum class RemoteSystemSessionParticipantWatcherStatuspublic enum RemoteSystemSessionParticipantWatcherStatusPublic Enum RemoteSystemSessionParticipantWatcherStatus// 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 session participants has completed.

Started Started Started Started

The watcher has started looking for session participants.

Stopped Stopped Stopped Stopped

The watcher has stopped looking for session participants.

Stopping Stopping Stopping Stopping

The watcher is in the process of stopping.