About
The S_NQ_INSTANCE table stores information about scheduled job (ibot) instances. Ie an instance is a run of a job.
Articles Related
Metadata
- EXIT_CODE is the application exit_code. It will be NULL if the job is interrupted
- STATUS
STATUS Numeric Code | String Code |
---|---|
0 | Completed |
1 | Running |
2 | Failed |
3 | Cancelled |
4 | Timed Out |