Structure JobList
See Also: Class MaxNetManager, Structure Job
Description:
This structure is available in release 4.0 and later only.
This structure is used by the Network Rendering API to store information the state of a job.
typedef struct {
Job job;
The structure containing the job details.
HJOB hJob;
The handle to the job.
WORD state;
The current state of the job, which is one of the following values:
JOB_STATE_COMPLETE
The job is complete.
JOB_STATE_WAITING
The job is waiting to be rendered.
JOB_STATE_BUSY
The job is busy rendering.
JOB_STATE_ERROR
The job experienced an error.
JOB_STATE_SUSPENDED
The job is suspended.
} JobList;