ServiceState#
Enumeration ServiceState
Enumeration Members
CREATED
ERROR
Indicates a general Error that doesn't match any of the specific ones.
ERROR_ ABNORMAL_ WS_ CLOSE
Indicates that a WS connection closed abnormally.
ERROR_ NO_ LICENSE
Indicates that there was a problem to acquire a license for the Service.
ERROR_ REQUEST
Indicates that there was a problem to request the Service from the backend.
ERROR_ SHUTDOWN_ TIMEOUT_ REACHED
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_ HTTP_ AND_ WS_ NOT_ RESPONDING
Indicates that the HTTP and WS connection to the Service is not responding.
WARNING_ HTTP_ NOT_ RESPONDING
Indicates that the HTTP connection to the Service is not responding.
WARNING_ WS_ NOT_ RESPONDING
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.