McuSessionState 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.
The states for the MCU.
public enum class McuSessionState
public enum McuSessionState
type McuSessionState =
Public Enum McuSessionState
- Inheritance
-
McuSessionState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The session with MCU is not ready to use. |
Active | 1 | The session with MCU is active. |
Retrying | 2 | The session with MCU or the session with focus is failing over. |
Terminated | 3 | The session with MCU is terminated. |