wrench::ActionExecutorDoneMessage
-
class ActionExecutorDoneMessage : public wrench::ActionExecutorMessage
A message sent by an ActionExecutor when it’s successfully completed an action.
Public Functions
Constructor.
- Parameters:
action_executor – The Action Executor
Public Members
-
std::shared_ptr<ActionExecutor> action_executor
The Action Executor.