![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
Variables | |
| public const | OMQ::JS_Complete = "COMPLETE" |
Job Status Text Description: COMPLETE. More... | |
| public const | OMQ::JS_InProgress = "IN-PROGRESS" |
Job Status Text Description: IN-PROGRESS. More... | |
| public const | OMQ::JS_Error = "ERROR" |
Job Status Text Description: ERROR. More... | |
| public const | OMQ::JS_Crash = "CRASH" |
Job Status Text Description: CRASH. More... | |
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.
| public const OMQ::JS_Complete = "COMPLETE" |
Job Status Text Description: COMPLETE.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Complete
| public const OMQ::JS_Crash = "CRASH" |
Job Status Text Description: CRASH.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Crash
| public const OMQ::JS_Error = "ERROR" |
Job Status Text Description: ERROR.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Error
| public 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