The structure of a Job Completed message. This notification indicates that a job has finished interpreting and rendering. It does not indicate that the rasters created have been processed. More...
#include "rf_reply_msgs.h"
Data Fields | |
struct RF_JOBSTART_PARAMS * | job |
int | pagesemitted |
int | totalpages |
int | highestpage |
int | errorpage |
RF_ERROR * | error |
RF_JOB_COMPLETED_METADATA * | metadata |
The structure of a Job Completed message. This notification indicates that a job has finished interpreting and rendering. It does not indicate that the rasters created have been processed.
RF_ERROR* RF_REPLY_JOB_COMPLETED::error |
Error in configuring or processing job. NULL if no error.
int RF_REPLY_JOB_COMPLETED::errorpage |
The page number on which an error was detected. If this is zero, then the error occurred in configuring the job or extracting its metadata (e.g., page count).
int RF_REPLY_JOB_COMPLETED::highestpage |
The highest page number processed without error. This may differ from pagesemitted if there was an error processing a page after a later page was processed by a different Farm RIP.
struct RF_JOBSTART_PARAMS* RF_REPLY_JOB_COMPLETED::job |
The name, setup, ID, priority, etc., of the job completed.
RF_JOB_COMPLETED_METADATA* RF_REPLY_JOB_COMPLETED::metadata |
Metadata collected about the job while RIPing it. NULL if no metadata.
int RF_REPLY_JOB_COMPLETED::pagesemitted |
The number of contiguous pages from the start of the job that were processed without error.
int RF_REPLY_JOB_COMPLETED::totalpages |
The total number of pages processed without error. This may differ from pagesemitted if there was an error processing a page after a later page was processed by a different Farm RIP.