![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Data Fields | |
| caps_identifier | id |
| int | fh |
| char * | parameter |
| struct object_state_job | state |
| time_t | last_report_time |
| struct object_progression_job | progression |
| struct caps_job * | list_next |
| struct caps_job * | list_prev |
Internal printing job description
Collection of all information about a job
Unique identifier of this job
| int fh |
Job's file handle
| char* parameter |
Printing parameter/options, refer the IPP protocol for generic values. Must be freed after use
| struct object_state_job state |
The state info, the job is currently in
| time_t last_report_time |
if the last time is long time ago, send a signal to all clients of this state change
| struct object_progression_job progression |
Corresponding printing progression info
| struct caps_job* list_next |
| struct caps_job * list_prev |
linked list members