![]() | InDesign SDK 20.5 |
#include <TaskInfo.h>
Public Attributes | |
| ErrorStateInfo | fExitErrorStateInfo |
| AlertMessageQueue | fAlertMessageQueue |
| TaskState | fCurrentState |
| bool | fWasCancelled |
A struct that encapsulates all the status data
| 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.