Qorus Integration Engine®
4.0.3.p2_git
|
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... | |
These are the possible values for a job's status; this is the actual value that is stored in the DB
public const OMQ::SQL_JS_Complete = "C" |
Job Status SQL Character Code: COMPLETE
.
The equivalent descriptive status is OMQ::JS_Complete
public const OMQ::SQL_JS_Crash = "Z" |
Job Status SQL Character Code: CRASH
.
The equivalent descriptive status is OMQ::JS_Crash
public const OMQ::SQL_JS_Error = "E" |
Job Status SQL Character Code: ERROR
.
The equivalent descriptive status is OMQ::JS_Error
public const OMQ::SQL_JS_InProgress = "I" |
Job Status SQL Character Code: IN-PROGRESS
.
The equivalent descriptive status is OMQ::JS_InProgress