InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TaskStatusInfo::StatusData Struct Reference

#include <TaskInfo.h>

Public Attributes

ErrorStateInfo fExitErrorStateInfo
 
AlertMessageQueue fAlertMessageQueue
 
TaskState fCurrentState
 
bool fWasCancelled
 

Detailed Description

A struct that encapsulates all the status data

Member Data Documentation

AlertMessageQueue TaskStatusInfo::StatusData::fAlertMessageQueue

Queue of alert messages generated during the task

TaskState TaskStatusInfo::StatusData::fCurrentState

Current state of the task

ErrorStateInfo TaskStatusInfo::StatusData::fExitErrorStateInfo

Error state info when the task finished

bool TaskStatusInfo::StatusData::fWasCancelled

Flag set when this task was signalled to cancel.