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

◆ TaskDied()

virtual void drama::IsRunningType::TaskDied ( drama::thread::ProcessInfo  messInfo,
StatusType  status 
)
overrideprotectedvirtual

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

Will set the status to Failed, before invoking the MessageEventHandler equivalent, which will throw an appropriate exception.

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

Reimplemented from drama::MessageEventHandler.