A message sent to a ComputeService to terminate a StandardJob previously submitted for execution. More...
#include <ComputeServiceMessage.h>
Public Member Functions | |
ComputeServiceTerminateStandardJobRequestMessage (std::string answer_mailbox, StandardJob *, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer message should be sent. | |
StandardJob * | job |
The job to terminate. | |
Additional Inherited Members |
Detailed Description
A message sent to a ComputeService to terminate a StandardJob previously submitted for execution.
Constructor & Destructor Documentation
◆ ComputeServiceTerminateStandardJobRequestMessage()
wrench::ComputeServiceTerminateStandardJobRequestMessage::ComputeServiceTerminateStandardJobRequestMessage | ( | std::string | answer_mailbox, |
StandardJob * | job, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox mailbox to which the answer message should be sent job a standard job to terminate payload message size in bytes
- Exceptions
-
std::invalid_arguments
The documentation for this class was generated from the following files:
- ComputeServiceMessage.h
- ComputeServiceMessage.cpp