|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
overridevirtual |
This method is invoked for each message received in response to a GetPath operation.
It must return true if there are more messages expected.
DRAMA Lock is taken whilst this is invoked, but we are not in the action thread, so the main DRAMA thread is blocked.
This implementation processes the Get Path operation, including handling task load operations and then getting the path to the loaded tasks.
| messInfo | Details about the message that was sent |
| eventInfo | Details about this event. |
| arg | The argument to the transaction. For Get Path and load transactions, there is never any argument to the transaction, so this will refer to a null item. |