wrench::ActionExecutionServiceActionDoneMessage

class wrench::ActionExecutionServiceActionDoneMessage : public wrench::ActionExecutionServiceMessage

A message sent by an ActionExecutionService to notify of an action’s completion.

Public Functions

ActionExecutionServiceActionDoneMessage(std::shared_ptr<Action> action, double payload)

Constructor.

Parameters
  • action – the action that completed

  • payload – the message size in bytes

Public Members

std::shared_ptr<Action> action

The action that completed