![]() | InDesign SDK 20.5 |
#include <TaskInfo.h>
Public Types | |
| enum | AlertType { kGenericMsg, kInformationMsg, kWarningMsg, kErrorMsg } |
Public Member Functions | |
| AlertMessage () | |
| AlertMessage (AlertType type, PMString const &message) | |
Public Attributes | |
| AlertType | fAlertType |
| PMString | fMessage |
Encapsulates the necessary data so alerts from background tasks can be presented to the user.
| inline |
Default constructor
Construct an AlertMessage
| [in] | type | AlertType describing the kind of alert message |
| [in] | message | A translated message |
| AlertType AlertMessage::fAlertType |
the type of alert
| PMString AlertMessage::fMessage |
the localized message