A message sent to a ComputeService to terminate a PilotJob previously submitted for execution.
More...
#include <ComputeServiceMessage.h>
|
std::string | answer_mailbox |
| The mailbox to which the answer message should be sent.
|
|
std::shared_ptr< PilotJob > | job |
| The job to terminate.
|
|
std::string | name |
| The message name.
|
|
double | payload |
| The message size in bytes.
|
|
A message sent to a ComputeService to terminate a PilotJob previously submitted for execution.
◆ ComputeServiceTerminatePilotJobRequestMessage()
wrench::ComputeServiceTerminatePilotJobRequestMessage::ComputeServiceTerminatePilotJobRequestMessage |
( |
std::string |
answer_mailbox, |
|
|
std::shared_ptr< PilotJob > |
job, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | mailbox to which the answer message should be sent |
job | a pilot job whose termination is requested |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: