Class State (1.12.0)

State(value)

Possible execution states for an environment.

Enums

NameDescription
STATE_UNSPECIFIEDThe environment's states is unknown.
SUSPENDEDThe environment is not running and can't be connected to. Starting the environment will transition it to the PENDING state.
PENDINGThe environment is being started but is not yet ready to accept connections.
RUNNINGThe environment is running and ready to accept connections. It will automatically transition back to DISABLED after a period of inactivity or if another environment is started.
DELETINGThe environment is being deleted and can't be connected to.