Structure AlertData
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 about the alert notifications.
typedef struct {
bool alertEnabled;
This flag specifies if the alerts are enabled.
int nthFrames;
Use every n-th frame for a progress report.
DWORD notifications;
This bit map represents the enabled alerts, which are following values:
NOTIFY_FAILURE
Notify on failure.
NOTIFY_PROGRESS
Notify on progress.
NOTIFY_COMPLETION
Notify on completion.
} AlertData;