PreviewSystemState Enum

Definition

Communicates the system's current state.

public enum class PreviewSystemState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract, 65536)]
enum class PreviewSystemState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract), 65536)]
public enum PreviewSystemState
var value = Windows.UI.Core.Preview.Communications.PreviewSystemState.preparing
Public Enum PreviewSystemState
Inheritance
PreviewSystemState
Attributes

Windows requirements

Device family
Windows Team Extension SDK (introduced in 10.0.19041.0)
API contract
Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract (introduced in v1.0)

Fields

Error 2

The system encountered a critical failure and is now in an unusable state.

Preparing 0

The system is cleaning up.

Ready 4

The session is clean and ready for use.

Rebooting 1

The system is about to reboot.

SessionPaused 3

The user is on the welcome screen, but the previous session can be resumed.

Applies to