Qorus Integration Engine®  4.0.3.p2_git
Job Data Status Codes

Variables

public const OMQ::SQL_JS_Complete = "C"
 Job Status SQL Character Code: COMPLETE. More...
 
public const OMQ::SQL_JS_InProgress = "I"
 Job Status SQL Character Code: IN-PROGRESS. More...
 
public const OMQ::SQL_JS_Error = "E"
 Job Status SQL Character Code: ERROR. More...
 
public const 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
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

public const OMQ::SQL_JS_Complete = "C"

Job Status SQL Character Code: COMPLETE.

The equivalent descriptive status is OMQ::JS_Complete

◆ SQL_JS_Crash

public const OMQ::SQL_JS_Crash = "Z"

Job Status SQL Character Code: CRASH.

The equivalent descriptive status is OMQ::JS_Crash

◆ SQL_JS_Error

public const OMQ::SQL_JS_Error = "E"

Job Status SQL Character Code: ERROR.

The equivalent descriptive status is OMQ::JS_Error

◆ SQL_JS_InProgress

public const OMQ::SQL_JS_InProgress = "I"

Job Status SQL Character Code: IN-PROGRESS.

The equivalent descriptive status is OMQ::JS_InProgress