WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by an ActionExecutionService in response to an action termination. More...
#include <ActionExecutionServiceMessage.h>
Public Member Functions | |
ActionExecutionServiceTerminateActionAnswerMessage (bool success, std::shared_ptr< FailureCause > cause, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< FailureCause > | cause |
The failure cause, if any | |
bool | success |
The success status. | |
Additional Inherited Members |
A message sent by an ActionExecutionService in response to an action termination.
wrench::ActionExecutionServiceTerminateActionAnswerMessage::ActionExecutionServiceTerminateActionAnswerMessage | ( | bool | success, |
std::shared_ptr< FailureCause > | cause, | ||
double | payload | ||
) |
Constructor.
success | the success status |
cause | the failure cause, if any |
payload | the message size in bytes |