Qorus Integration Engine®  4.0.3.p2_git
Job Data Status Descriptions

Variables

public const OMQ::JS_Complete = "COMPLETE"
 Job Status Text Description: COMPLETE. More...
 
public const OMQ::JS_InProgress = "IN-PROGRESS"
 Job Status Text Description: IN-PROGRESS. More...
 
public const OMQ::JS_Error = "ERROR"
 Job Status Text Description: ERROR. More...
 
public const OMQ::JS_Crash = "CRASH"
 Job Status Text Description: CRASH. More...
 

Detailed Description

These are the possible descriptions for a job's status code. Note that descriptive status values are returned by almost all API functions even though abbreviated codes are actually stored in the database.

See also
Job Data Status Codes for the corresponding value for each status description
OMQ::JSMap for a hash that can be used to map from descriptive status codes to Job Data Status Codes
OMQ::SQLJSMap for a hash that can be used to map from SQL status codes to Job Data Status Descriptions
OMQ::JS_ALL for a list of all valid Job statuses
Since
Qorus 2.6.1

Variable Documentation

◆ JS_Complete

public const OMQ::JS_Complete = "COMPLETE"

Job Status Text Description: COMPLETE.

The equivalent status code actually stored in the database is OMQ::SQL_JS_Complete

◆ JS_Crash

public const OMQ::JS_Crash = "CRASH"

Job Status Text Description: CRASH.

The equivalent status code actually stored in the database is OMQ::SQL_JS_Crash

◆ JS_Error

public const OMQ::JS_Error = "ERROR"

Job Status Text Description: ERROR.

The equivalent status code actually stored in the database is OMQ::SQL_JS_Error

◆ JS_InProgress

public const OMQ::JS_InProgress = "IN-PROGRESS"

Job Status Text Description: IN-PROGRESS.

The equivalent status code actually stored in the database is OMQ::SQL_JS_InProgress