Parameters for starting a job. More...
#include "rf_library.h"
Data Fields | |
| size_t | size |
| Size of this structure. | |
| const char * | filename |
Platform filename or %device%name PostScript format name of job to be run. | |
| int | job_id |
| Job number to be used for this job. More... | |
| int | priority |
| The relative priority of the job. More... | |
| const char * | setupname |
Absolute platform filename, %device%name PostScript format name, or %configps% relative name of the job configuration. | |
| const char * | overrideps |
| An optional buffer of PostScript used to override the configuration. More... | |
Parameters for starting a job.
| int RF_JOBSTART_PARAMS::job_id |
Job number to be used for this job.
This should be a non-negative integer. If the job number is 0, the Scalable RIP will allocate a new job number, and return the job number allocated in the Job Starting message.
| const char* RF_JOBSTART_PARAMS::overrideps |
An optional buffer of PostScript used to override the configuration.
This may be used to specify job-specific options, such as chunk sizes or page ranges.
| int RF_JOBSTART_PARAMS::priority |
The relative priority of the job.
The normal job priority is 0. Jobs with higher priorities will be scheduled in preference to jobs with lower priorities.