RenderingSessionStatus 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.
Status of a rendering session.
public enum class RenderingSessionStatus
public enum RenderingSessionStatus
type RenderingSessionStatus =
Public Enum RenderingSessionStatus
- Inheritance
-
RenderingSessionStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The session status is unknown. |
Starting | 1 | The session is currently starting. |
Ready | 2 | The session is ready for rendering. |
Stopped | 3 | The session has been stopped by the user. |
Expired | 4 | The session has been stopped because its lease time expired. |
Error | 5 | The session has been stopped because it encountered an error. |