WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a StandardJobExecutor to notify that it has completed a StandardJob. More...
#include <StandardJobExecutorMessage.h>
Public Member Functions | |
StandardJobExecutorDoneMessage (std::shared_ptr< 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. | |
std::shared_ptr< StandardJob > | job |
The standard job that has completed. | |
Additional Inherited Members |
A message sent by a StandardJobExecutor to notify that it has completed a StandardJob.
wrench::StandardJobExecutorDoneMessage::StandardJobExecutorDoneMessage | ( | std::shared_ptr< StandardJob > | job, |
std::shared_ptr< StandardJobExecutor > | executor, | ||
double | payload | ||
) |
Constructor.
job | the job that has completed |
executor | The executor that has completed it |
payload | the message size in bytes |