![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Data Fields | |
| enum caps_printing_job_state | id |
| enum caps_printing_job_reason | reason_id |
| char | message [256] |
Printing job processing state
A job can have various states it can be in, when it makes its way from the client to the printer. The current state of a job can be retrieved via caps_cl_job_state_get()
Refer Print Job State Definitions for details about print job states.
| enum caps_printing_job_state id |
The state the job is currently in
| enum caps_printing_job_reason reason_id |
Why the job is in this state
| char message[256] |
Descriptive state message, for human readers