A message sent by a ComputeService in answer to a PilotJob termination request.
More...
#include <ComputeServiceMessage.h>
A message sent by a ComputeService in answer to a PilotJob termination request.
◆ ComputeServiceTerminatePilotJobAnswerMessage()
wrench::ComputeServiceTerminatePilotJobAnswerMessage::ComputeServiceTerminatePilotJobAnswerMessage |
( |
std::shared_ptr< PilotJob > |
job, |
|
|
std::shared_ptr< ComputeService > |
compute_service, |
|
|
bool |
success, |
|
|
std::shared_ptr< FailureCause > |
failure_cause, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
job | a pilot job whose termination had been requested |
compute_service | the compute service |
success | true on success, false otherwise |
failure_cause | cause of the failure (nullptr if success == true) |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: