XcmJMDocState

  • Base type Enumeration

The following standard values are defined for the state of contained-documents: transferPending The server has created the document object, but the data transfer of the document data has not started or completed (id-val-document-state-transfer-pending) pending The server has received the document data and the document is waiting for processing to begin. The job may already be in the processing state, if the job's job-scheduling attribute is not after-complete (see the current-job-state and job-scheduling job attributes. (id-val-document-state- pending) processing The server has started processing this document, or has made the document ready for processing by a device, but the device is not yet processing it, either because the document hasn't reached the device or because the document is queued in the device or some other spooler, awaiting the device to process it, or the device has finished processingthe document and some additional processing is needed, such as image processing after scanning. (id-val-document-state- processing) printing The server has completed processing the document and the output device is currently printing the document on at least one printer. That is, a print engine is either printing pages of the document, or failing in its attempt to print pages of the document because of some wait state, such as, start-wait, end-wait, needs-attention, etc. The complete document state includes the detailed status represented in the devices' device-state attribute(s). NOTE: Other job-service-type-specific states will be added in the future, such as scanning. completed The server has completed this document. The job may still be in the processing state, or may be in the retained state. The job shall move to the retained state when all documents are completed (id-val-document-state-completed) This is a type 2 enum.

Possible values

7 objects
Number Name
1 other
2 unknown
3 transferPending
4 pending
5 processing
6 completed
7 printing