AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ TaskDied()

virtual void drama::MessageEventHandler::TaskDied ( thread::ProcessInfo  messInfo,
StatusType  status 
)
virtualinherited

Invoked if the subsidiary task died whilst we were waiting for a reply from it.

The default behavior is to throw an appropriate exception.

Parameters
messInfoDetails on the message sent
statusThe DRAMA status associated with the task death.

Reimplemented in drama::IsRunningType.