A message sent by a StandardJobExecutor to notify that it has completed a StandardJob. More...
#include <StandardJobExecutorMessage.h>
Public Member Functions | |
StandardJobExecutorDoneMessage (StandardJob *job, std::shared_ptr< StandardJobExecutor > executor, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< StandardJobExecutor > | executor |
The standard job executor that has completed the standard job. | |
StandardJob * | job |
The standard job that has completed. | |
Additional Inherited Members |
Detailed Description
A message sent by a StandardJobExecutor to notify that it has completed a StandardJob.
Constructor & Destructor Documentation
◆ StandardJobExecutorDoneMessage()
wrench::StandardJobExecutorDoneMessage::StandardJobExecutorDoneMessage | ( | StandardJob * | job, |
std::shared_ptr< StandardJobExecutor > | executor, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
job the job that has completed executor The executor that has completed it payload the message size in bytes
The documentation for this class was generated from the following files:
- StandardJobExecutorMessage.h
- StandardJobExecutorMessage.cpp