Qorus Integration Engine® Enterprise Edition 7.0.7_prod
Loading...
Searching...
No Matches
Job Data Status Codes

Variables

const OMQ::SQL_JS_Complete = "C"
 Job Status SQL Character Code: COMPLETE.
 
const OMQ::SQL_JS_InProgress = "I"
 Job Status SQL Character Code: IN-PROGRESS.
 
const OMQ::SQL_JS_Error = "E"
 Job Status SQL Character Code: ERROR.
 
const OMQ::SQL_JS_Crash = "Z"
 Job Status SQL Character Code: CRASH.
 

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
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 Job Data Status Codes
OMQ::SQLJSMap for a hash that can be used to map from SQL status codes to Job Data Status Descriptions
Since
Qorus 2.6.1

Variable Documentation

◆ SQL_JS_Complete

const OMQ::SQL_JS_Complete = "C"

Job Status SQL Character Code: COMPLETE.

The equivalent descriptive status is OMQ::JS_Complete

◆ SQL_JS_Crash

const OMQ::SQL_JS_Crash = "Z"

Job Status SQL Character Code: CRASH.

The equivalent descriptive status is OMQ::JS_Crash

◆ SQL_JS_Error

const OMQ::SQL_JS_Error = "E"

Job Status SQL Character Code: ERROR.

The equivalent descriptive status is OMQ::JS_Error

◆ SQL_JS_InProgress

const OMQ::SQL_JS_InProgress = "I"

Job Status SQL Character Code: IN-PROGRESS.

The equivalent descriptive status is OMQ::JS_InProgress