Status (int)
Less than 1 minute
Status (int)
Enum representing service status codes for Warlock.
enum Status: intCases
STARTING
Service is starting.
case STARTINGRECONNECT
Service is reconnecting.
case RECONNECT = 1CONNECT
Service is connecting.
case CONNECT = 2INIT
Service is initializing.
case INIT = 3READY
Service is ready.
case READY = 4RUNNING
Service is running.
case RUNNING = 5SLEEP
Service is sleeping.
case SLEEP = 6STOPPING
Service is stopping.
case STOPPING = 7STOPPED
Service is stopped.
case STOPPED = 8ERROR
Service encountered an error.
case ERROR = -1Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000