Harlequin RIP SDK

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_PARAMSjob
 
int pagesemitted
 
int totalpages
 
int highestpage
 
int errorpage
 
RF_ERRORerror
 
RF_JOB_COMPLETED_METADATAmetadata
 

Detailed Description

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.

Field Documentation

◆ error

RF_ERROR* RF_REPLY_JOB_COMPLETED::error

Error in configuring or processing job. NULL if no error.

◆ errorpage

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).

◆ highestpage

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.

◆ job

struct RF_JOBSTART_PARAMS* RF_REPLY_JOB_COMPLETED::job

The name, setup, ID, priority, etc., of the job completed.

◆ metadata

RF_JOB_COMPLETED_METADATA* RF_REPLY_JOB_COMPLETED::metadata

Metadata collected about the job while RIPing it. NULL if no metadata.

◆ pagesemitted

int RF_REPLY_JOB_COMPLETED::pagesemitted

The number of contiguous pages from the start of the job that were processed without error.

◆ totalpages

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.


The documentation for this struct was generated from the following file: