The structure of a Job Started message. This notification indicates that a job has been analysed, and that chunks have been scheduled on the RIP Farm. More...
#include "rf_reply_msgs.h"
Data Fields | |
struct RF_JOBSTART_PARAMS * | job |
int | pagecount |
The structure of a Job Started message. This notification indicates that a job has been analysed, and that chunks have been scheduled on the RIP Farm.
struct RF_JOBSTART_PARAMS* RF_REPLY_JOB_STARTED::job |
The name, setup, ID, priority, etc., of the job being started.
int RF_REPLY_JOB_STARTED::pagecount |
The number of pages to be processed in the job. This will be -1 if the number of pages cannot be deduced beforehand.