WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to an ActionExecutionService to terminate an Action. More...
#include <ActionExecutionServiceMessage.h>
Public Member Functions | |
ActionExecutionServiceTerminateActionRequestMessage (simgrid::s4u::Mailbox *reply_mailbox, std::shared_ptr< Action > action, ComputeService::TerminationCause termination_cause, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< Action > | action |
The action to terminate | |
simgrid::s4u::Mailbox * | reply_mailbox |
The reply mailbox. | |
ComputeService::TerminationCause | termination_cause |
The termination cause. | |
Additional Inherited Members |
A message sent to an ActionExecutionService to terminate an Action.
wrench::ActionExecutionServiceTerminateActionRequestMessage::ActionExecutionServiceTerminateActionRequestMessage | ( | simgrid::s4u::Mailbox * | reply_mailbox, |
std::shared_ptr< Action > | action, | ||
ComputeService::TerminationCause | termination_cause, | ||
double | payload | ||
) |
Constructor.
reply_mailbox | the reply mailbox |
action | the action to terminate |
termination_cause | the termination cause |
payload | the message size in bytes |