wrench::ActionExecutorDoneMessage

class ActionExecutorDoneMessage : public wrench::ActionExecutorMessage

A message sent by an ActionExecutor when it’s successfully completed an action.

Public Functions

explicit ActionExecutorDoneMessage(std::shared_ptr<ActionExecutor> action_executor)

Constructor.

Parameters

action_executor – The Action Executor

Public Members

std::shared_ptr<ActionExecutor> action_executor

The Action Executor.