JobStateEnum (COM-based API)
JobStateEnum enumeration constants are used to specify the state of a job.
enum JobStateEnum {
JS_NoSuchJob = 0,
JS_Waiting = 1,
JS_WaitingPreOpening = 2,
JS_PausedPreOpening = 3,
JS_WaitingPreAssembly = 4,
JS_Paused_PreAssembly = 5,
JS_WaitingOpening = 6,
JS_PausedOpening = 7,
JS_Paused = 8,
JS_Processing = 9,
JS_Verification = 10,
JS_VerificationWait = 11,
JS_Indexing = 12,
JS_IndexingWait = 13,
JS_Processed = 14,
JS_ProcessedPaused = 15,
JS_Publishing = 16,
JS_Complete = 17
};
Elements
Name | Description |
JS_NoSuchJob | There is no job with the specified ID. |
JS_Waiting | The job is waiting to be processed. |
JS_WaitingPreOpening | The job is waiting to be pre-recognized. |
JS_PausedPreOpening | The job is waiting to be pre-recognized. |
JS_WaitingPreAssembly | The job is waiting to be pre-assembled. |
JS_Paused_PreAssembly | The job is waiting to be pre-assembled. |
JS_WaitingOpening | The job is waiting to be recognized. |
JS_PausedOpening, | The job is waiting to be recognized. |
JS_Paused | The job is in the Paused state if the corresponding workflow was stopped based on a schedule. |
JS_Processing | The job is being processed. |
JS_Verification | One or several pages of the job are being verified. |
JS_VerificationWait | All pages of the job are waiting to be verified. |
JS_Indexing | Document of the job is being indexed. |
JS_IndexingWait | Document of the job is waiting to be indexed. |
JS_Processed | The job has been processed, but has not yet been published. |
JS_ProcessedPaused | The job cannot be published. |
JS_Publishing | The job is being published. |
JS_Complete | The job is completed. |
See also
26.03.2024 13:49:49