Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownRenderingSessionStatus

Package version

Known values of RenderingSessionStatus that the service accepts.

Index

Enumeration members

Enumeration members

Error

Error: = "Error"

The rendering session has encountered an error, and is unusable. This is a terminal state.

Expired

Expired: = "Expired"

The rendering session enters the 'Expired' state when it has been in the 'Ready' state longer than its lease time. This is a terminal state.

Ready

Ready: = "Ready"

The rendering session is ready for incoming connections.

Starting

Starting: = "Starting"

The rendering session is starting, but not accepting incoming connections yet.

Stopped

Stopped: = "Stopped"

The rendering session has been stopped with the 'Stop Session' operation. This is a terminal state.

Generated using TypeDoc