PreviewSystemState 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.
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
Name | Value | Description |
---|---|---|
Preparing | 0 | The system is cleaning up. |
Rebooting | 1 | The system is about to reboot. |
Error | 2 | The system encountered a critical failure and is now in an unusable state. |
SessionPaused | 3 | The user is on the welcome screen, but the previous session can be resumed. |
Ready | 4 | The session is clean and ready for use. |