FAQContact Us

Job/session stages and status tracking

Throughout the life cycle of a job or session, QDC continuously updates the status. The (result, state) pair can take on different values depending on the current stage of execution.

StageResultState
Initial stateUndefinedUndefined
Job submittedPendingSubmitted
Job dispatchedPendingDispatched
During job setupPendingSetup
During job runningPendingRunning
Job cancelledAbortedAborted
Job completed successfullyCompletedSuccessful
Job failed due to app reasonCompletedUnsuccessful
Job failed due to QDC processing errorCompletedError

The status is updated in real time and can be retrieved via job and session related APIs.