Reporting API Functions / Functions to change reporting options |
Specify a priority for the job.
fgl_report_setPrinterJobPriority( jobPriority INTEGER)
Function to specify a priority for the job.
If supplied, the value specifies a priority for scheduling the job. A higher value specifies a higher priority. The value 1 indicates the lowest possible priority. The value 100 indicates the highest possible priority. Among those jobs that are ready to print, a printer must print all jobs with a priority value of n before printing those with a priority value of n-1 for all n. Default: "not set" Setting this option reduces the set of usable printers to those matching it.
See Usage.