ServiceState¶
Enumeration ServiceState
CREATED
Indicates that the Service was created.
ERROR
Indicates a general Error that doesn't match any of the specific ones.
ERROR_
Indicates that a WS connection closed abnormally.
ERROR_
Indicates that there was a problem to acquire a license for the Service.
ERROR_
Indicates that there was a problem to request the Service from the backend.
ERROR_
Indicates that the Service was not responding for a longer time and the automatic shutdown timeout was reached.
READY
Indicates that the Service is ready to use.
REQUESTED
Indicates that the Service is requested.
SHUTDOWN
Indicates that the Service is shutting down
WARNING
Indicates a general Warning that doesn't match any of the specific ones.
WARNING_
Indicates that the HTTP and WS connection to the Service is not responding.
WARNING_
Indicates that the HTTP connection to the Service is not responding.
WARNING_
Indicates that the WS connection to the Service is not responding.
The ServiceState describes the current state of a Service. The ServiceState is grouped by the ServiceStateCategory which can be discovered by dividing the State by 1000.
See