|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
overrideprotectedvirtual |
Invoked if a message complete message is received.
Sets the status to Complete/Failed depending on the status value before invoking the MessageEventHandler method of the same name, which will throw an exception if the status in the completion message is bad, otherwise just to allow the wait to complete.
| messInfo | Details on the message sent |
| status | The DRAMA status associated with the abort. |
| arg | The argument to the trigger. |
Reimplemented from drama::MessageEventHandler.