JobList Struct Reference
 
 
 
JobList Struct Reference

#include <maxnet_manager.h>

Inheritance diagram for JobList:
MaxHeapOperators

Class Description

See also:
Class MaxNetManager, Structure Job
Remarks:
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.

Public Attributes

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:

Member Data Documentation

The structure containing the job details.

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.