|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtualinherited |
Invoked if the thread wait is aborted.
This will be invoked if, whilst waiting for a message, the main DRAMA loop exits (task exiting), or the action thread completed (we must be running in a subsidiary thread) or of the user has invoked drama::Thread::TAction::AbortMessageWaits.
The default behavior is to throw an appropriate exception.
| messInfo | Details on the message sent |
| status | The DRAMA status associated with the abort. |