Qorus Integration Engine®  4.0.3.p2_git
Java Job Data Status Descriptions

Variables

static final String com.qoretechnologies.qorus.OMQ.JS_Complete = "COMPLETE"
 Job Status Text Description: COMPLETE. More...
 
static final String com.qoretechnologies.qorus.OMQ.JS_InProgress = "IN-PROGRESS"
 Job Status Text Description: IN-PROGRESS. More...
 
static final String com.qoretechnologies.qorus.OMQ.JS_Error = "ERROR"
 Job Status Text Description: ERROR. More...
 
static final String com.qoretechnologies.qorus.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
Java 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 Java Job Data Status Codes
OMQ.SQLJSMap for a hash that can be used to map from SQL status codes to Java Job Data Status Descriptions
OMQ.JS_ALL for a list of all valid Job statuses
Since
Qorus 2.6.1

Variable Documentation

◆ JS_Complete

final String com.qoretechnologies.qorus.OMQ.JS_Complete = "COMPLETE"
static

Job Status Text Description: COMPLETE.

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

◆ JS_Crash

final String com.qoretechnologies.qorus.OMQ.JS_Crash = "CRASH"
static

Job Status Text Description: CRASH.

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

◆ JS_Error

final String com.qoretechnologies.qorus.OMQ.JS_Error = "ERROR"
static

Job Status Text Description: ERROR.

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

◆ JS_InProgress

final String com.qoretechnologies.qorus.OMQ.JS_InProgress = "IN-PROGRESS"
static

Job Status Text Description: IN-PROGRESS.

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