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

Variables

static final String com.qoretechnologies.qorus.OMQ.SQL_JS_Complete = "C"
 Job Status SQL Character Code: COMPLETE. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_JS_InProgress = "I"
 Job Status SQL Character Code: IN-PROGRESS. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_JS_Error = "E"
 Job Status SQL Character Code: ERROR. More...
 
static final String com.qoretechnologies.qorus.OMQ.SQL_JS_Crash = "Z"
 Job Status SQL Character Code: CRASH. More...
 

Detailed Description

These are the possible values for a job's status; this is the actual value that is stored in the DB

See also
Java Job Data Status Descriptions for the corresponding description for each status code
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
Since
Qorus 2.6.1

Variable Documentation

◆ SQL_JS_Complete

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Complete = "C"
static

Job Status SQL Character Code: COMPLETE.

The equivalent descriptive status is OMQ.JS_Complete

◆ SQL_JS_Crash

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Crash = "Z"
static

Job Status SQL Character Code: CRASH.

The equivalent descriptive status is OMQ.JS_Crash

◆ SQL_JS_Error

final String com.qoretechnologies.qorus.OMQ.SQL_JS_Error = "E"
static

Job Status SQL Character Code: ERROR.

The equivalent descriptive status is OMQ.JS_Error

◆ SQL_JS_InProgress

final String com.qoretechnologies.qorus.OMQ.SQL_JS_InProgress = "I"
static

Job Status SQL Character Code: IN-PROGRESS.

The equivalent descriptive status is OMQ.JS_InProgress