AlertData Struct Reference
 
 
 
AlertData Struct Reference

#include <maxnet_job.h>

Inheritance diagram for AlertData:
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 about the alert notifications.

Public Attributes

bool  alertEnabled
  This flag specifies if the alerts are enabled.
DWORD  notifications
  This bitmap represents the enabled alerts, which are following values:
int  nthFrames
  Use every n-th frame for a progress report.

Member Data Documentation

This flag specifies if the alerts are enabled.

This bitmap represents the enabled alerts, which are following values:

  • NOTIFY_FAILURE
    Notify on failure.
  • NOTIFY_PROGRESS
    Notify on progress.
  • NOTIFY_COMPLETION
    Notify on completion.
int nthFrames

Use every n-th frame for a progress report.