WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by an ActionExecutionService in answer to an Action submission. More...
#include <ActionExecutionServiceMessage.h>
Public Member Functions | |
ActionExecutionServiceSubmitActionAnswerMessage (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 |
Whether the action submission was a success or not. | |
Additional Inherited Members |
A message sent by an ActionExecutionService in answer to an Action submission.
wrench::ActionExecutionServiceSubmitActionAnswerMessage::ActionExecutionServiceSubmitActionAnswerMessage | ( | bool | success, |
std::shared_ptr< FailureCause > | cause, | ||
double | payload | ||
) |
Constructor.
success | whether the action submission was a success |
cause | the cause of the failure, if any |
payload | the message size in bytes |