A message sent by a ComputeService in answer to a CompoundJob termination request.
More...
#include <ComputeServiceMessage.h>
A message sent by a ComputeService in answer to a CompoundJob termination request.
◆ ComputeServiceTerminateCompoundJobAnswerMessage()
wrench::ComputeServiceTerminateCompoundJobAnswerMessage::ComputeServiceTerminateCompoundJobAnswerMessage |
( |
std::shared_ptr< CompoundJob > |
job, |
|
|
std::shared_ptr< ComputeService > |
compute_service, |
|
|
bool |
success, |
|
|
std::shared_ptr< FailureCause > |
failure_cause, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
job | a compound job whose termination was requested |
compute_service | the compute service that was executing the standard job |
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: