Public Attributes

AlertData 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 about the alert notifications.

#include <maxnet_job.h>

Inheritance diagram for AlertData:
Inheritance graph
[legend]

List of all members.

Public Attributes

bool  alertEnabled
  This flag specifies if the alerts are enabled.
DWORD  notifications
  This bitmap represents the enabled alerts, which are following values:
  • NOTIFY_FAILURE
    Notify on failure.

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.