Public Attributes

JobList Struct Reference

Search for all occurrences

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

#include <maxnet_manager.h>

Inheritance diagram for JobList:
Inheritance graph
[legend]

List of all members.

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:
  • JOB_STATE_COMPLETE
    The job is complete.


Member Data Documentation

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.