Description | The SystemStatus object is the last known status of the application.
It summarizes the overall status of the application.
It can have the following values
'inService' The service is up and running optimally,
accepting connections at full QoS (if
applicable).
'partialService' The service is no longer accepting new
calls but finishes processing active calls
(may be due to a loss of a dependency/
connectivity, or a shutdown request).
'stopped' The service has shut down and is not
processing any more calls. The process
itself is terminating (doing memory
cleanup, saving settings, shutting down
threads, etc.). |