![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
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. | |
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.
| const OMQ::JS_Complete = "COMPLETE" |
Job Status Text Description: COMPLETE.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Complete
| const OMQ::JS_Crash = "CRASH" |
Job Status Text Description: CRASH.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Crash
| const OMQ::JS_Error = "ERROR" |
Job Status Text Description: ERROR.
The equivalent status code actually stored in the database is OMQ::SQL_JS_Error
| 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