The structure of a Job Starting message. This is sent in reply to rf_send_job_start(). More...
#include "rf_reply_msgs.h"
Data Fields | |
int | job_id |
The job ID of the job being started. More... | |
RF_ERROR * | error |
NULL if no error in Job Start. | |
The structure of a Job Starting message. This is sent in reply to rf_send_job_start().
int RF_REPLY_JOB_STARTING::job_id |
The job ID of the job being started.
If the job was submitted with an ID of 0, this reply should be used to determine the automatically assigned job number.