A message sent by a ComputeService when a StandardJob has failed to execute.
More...
#include <ComputeServiceMessage.h>
A message sent by a ComputeService when a StandardJob has failed to execute.
◆ ComputeServiceStandardJobFailedMessage()
wrench::ComputeServiceStandardJobFailedMessage::ComputeServiceStandardJobFailedMessage |
( |
std::shared_ptr< StandardJob > |
job, |
|
|
std::shared_ptr< ComputeService > |
cs, |
|
|
std::shared_ptr< FailureCause > |
cause, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
job | a standard job that has failed |
cs | the compute service on which the job has failed |
cause | the cause of the failure |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: