WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a StandardJobExecutor to notify that its StandardJob has failed. More...
#include <StandardJobExecutorMessage.h>
Public Member Functions | |
StandardJobExecutorFailedMessage (std::shared_ptr< StandardJob > job, std::shared_ptr< StandardJobExecutor > executor, std::shared_ptr< FailureCause > cause, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< FailureCause > | cause |
The cause of the failure. | |
std::shared_ptr< StandardJobExecutor > | executor |
The standard job executor that has ailed to complete the standard job. | |
std::shared_ptr< StandardJob > | job |
The standard job that has failed. | |
Additional Inherited Members |
A message sent by a StandardJobExecutor to notify that its StandardJob has failed.
wrench::StandardJobExecutorFailedMessage::StandardJobExecutorFailedMessage | ( | std::shared_ptr< StandardJob > | job, |
std::shared_ptr< StandardJobExecutor > | executor, | ||
std::shared_ptr< FailureCause > | cause, | ||
double | payload | ||
) |
Constructor.
job | the job that has failed |
executor | the executor on which the job has failed |
cause | the cause of the failure |
payload | the message size in bytes |