WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a WorkunitExecutor to notify that it has completed a WorkUnit. More...
#include <StandardJobExecutorMessage.h>
Public Member Functions | |
WorkunitExecutorDoneMessage (std::shared_ptr< WorkunitExecutor > workunit_executor, std::shared_ptr< Workunit > workunit, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< Workunit > | workunit |
The work unit that has completed. | |
std::shared_ptr< WorkunitExecutor > | workunit_executor |
The work unit executor that has completed the work unit. | |
Additional Inherited Members |
A message sent by a WorkunitExecutor to notify that it has completed a WorkUnit.
wrench::WorkunitExecutorDoneMessage::WorkunitExecutorDoneMessage | ( | std::shared_ptr< WorkunitExecutor > | workunit_executor, |
std::shared_ptr< Workunit > | workunit, | ||
double | payload | ||
) |
Constructor.
workunit_executor | the work unit executor on which the work unit has completed |
workunit | the work unit that has completed |
payload | the message size in bytes |