WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by an ActionExecutor when it's successfully completed an action. More...
#include <ActionExecutorMessage.h>
Public Member Functions | |
ActionExecutorDoneMessage (std::shared_ptr< ActionExecutor > action_executor) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< ActionExecutor > | action_executor |
The Action Executor. | |
Additional Inherited Members |
A message sent by an ActionExecutor when it's successfully completed an action.
|
explicit |
Constructor.
action_executor | The Action Executor |