|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlineinherited |
Sends a set parameter message to a task and blocks the current thread until it completes.
| action | A pointer to the threaded action which is executing this operation. |
| name | Name of the parameter to set. |
| argIn | The new value for the parameter. |
| eventProcessor | An object to use to process events. Defaults to a simple event processor that causes the method to return when the set completes. |
References drama::TransEvtInfo::complete, drama::CreateRunDramaTask(), DramaTHROW_F, and drama::TransEvtInfo::entryStatus.