ExitCode (int)
Less than 1 minute
ExitCode (int)
Process exit codes used by Warlock service runners.
enum ExitCode: intCases
NORMAL
case NORMALDECODE_START_PAYLOAD
case DECODE_START_PAYLOAD = 1START_PAYLOAD_TYPE
case START_PAYLOAD_TYPE = 2SERVICE_CLASS_NOT_EXIST
case SERVICE_CLASS_NOT_EXIST = 3LOST_CONTROL_CHANNEL
case LOST_CONTROL_CHANNEL = 4DYNAMIC_SERVICE_RUN_ONCE
case DYNAMIC_SERVICE_RUN_ONCE = 5SOURCE_FILE_MODIFIED
case SOURCE_FILE_MODIFIED = 6EXCEPTION
case EXCEPTION = 7Methods
toString
Returns a human-readable explanation for an exit code.
public toString(): stringGenerated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000