WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by an ActionExecutionService to notify of an action's completion. More...
#include <ActionExecutionServiceMessage.h>
Public Member Functions | |
ActionExecutionServiceActionDoneMessage (std::shared_ptr< Action > action, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< Action > | action |
The action that completed | |
Additional Inherited Members |
A message sent by an ActionExecutionService to notify of an action's completion.
wrench::ActionExecutionServiceActionDoneMessage::ActionExecutionServiceActionDoneMessage | ( | std::shared_ptr< Action > | action, |
double | payload | ||
) |
Constructor.
action | the action that completed |
payload | the message size in bytes |