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 |
Detailed Description
A message sent by a StandardJobExecutor to notify that its StandardJob has failed.
Constructor & Destructor Documentation
◆ StandardJobExecutorFailedMessage()
wrench::StandardJobExecutorFailedMessage::StandardJobExecutorFailedMessage | ( | std::shared_ptr< StandardJob > | job, |
std::shared_ptr< StandardJobExecutor > | executor, | ||
std::shared_ptr< FailureCause > | cause, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
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
The documentation for this class was generated from the following files:
- StandardJobExecutorMessage.h
- StandardJobExecutorMessage.cpp