|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Set the argument to be sent as part of the action completion message.
This is only sent if the action completes returning a request code of drama::RequestCode::End or drama::RequestCode::Exit.
| arg | The SDS ID of the structure to be sent with the completion message. |
| copy | If true, then the SDS structure is copied. If false, then no copy is made, but the user must ensure underlying SDS ID is NOT deleted until after the action has completed (For example, it is not deleted until the next DRAMA message is processed. This is more efficient for large messages but imposes management overheads on user code which must ensure the item outlives the completion of the action. |
References drama::CreateRunDramaTask(), and DramaTHROW.