RenderingSessionStatus Enum

Definition

Status of a rendering session.

public enum class RenderingSessionStatus
public enum RenderingSessionStatus
type RenderingSessionStatus = 
Public Enum RenderingSessionStatus
Inheritance
RenderingSessionStatus

Fields

Error 5

The session has been stopped because it encountered an error.

Expired 4

The session has been stopped because its lease time expired.

Ready 2

The session is ready for rendering.

Starting 1

The session is currently starting.

Stopped 3

The session has been stopped by the user.

Unknown 0

The session status is unknown.

Applies to

See also