The status of a job, as returned in the Job Status reply message. More...
#include "rf_reply_msgs.h"
Data Fields | |
struct RF_JOBSTART_PARAMS * | job |
Details of the job ID, name, setup, and parameters the job was started with. | |
RF_JOB_STATE | job_state |
The job state. This will be one of the RF_JOB_STATES values. | |
int | pagecount |
The number of pages in the job. More... | |
int | chunksize |
The size of page chunks scheduled on farm RIPs. | |
int | pagesemitted |
The number of contiguous pages from the start of the job processed so far. | |
int | totalpages |
The total number of pages processed so far. More... | |
int | highestpage |
The highest page number processed so far. More... | |
The status of a job, as returned in the Job Status reply message.
This message is sent in response to a rf_send_job_status_request(), to inform the client about all of the jobs matched.
int RF_JOB_STATUS_DETAILS::highestpage |
The highest page number processed so far.
This will differ from pagesemitted if the job is still in progress and page chunks are scheduled of farm RIPs.
int RF_JOB_STATUS_DETAILS::pagecount |
The number of pages in the job.
Zero if the number of pages is not known. This is only definitive after metadata extraction (job_state is RF_JOB_STATE_ACTIVE).
int RF_JOB_STATUS_DETAILS::totalpages |
The total number of pages processed so far.
This will differ from pagesemitted if the job is still in progress and page chunks are scheduled on farm RIPs.