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.