Qorus Integration Engine® Enterprise Edition 7.0.0_prod
Loading...
Searching...
No Matches
Job Data Status Descriptions

Variables

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

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

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

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

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

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