Skip to content

Environment status


EnvironmentStatus

This class represents the status of an environment.

state

info

info: str = ''

EnvironmentState

STARTED

STARTED = 'started'

STOPPED

STOPPED = 'stopped'

STARTING

STARTING = 'starting'

STOPPING

STOPPING = 'stopping'

ERROR

ERROR = 'error'

NONEXISTENT

NONEXISTENT = 'nonexistent'

UNKNOWN

UNKNOWN = 'unknown'