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 |
Detailed Description
A message sent by a WorkunitExecutor to notify that it has completed a WorkUnit.
Constructor & Destructor Documentation
◆ WorkunitExecutorDoneMessage()
wrench::WorkunitExecutorDoneMessage::WorkunitExecutorDoneMessage | ( | std::shared_ptr< WorkunitExecutor > | workunit_executor, |
std::shared_ptr< Workunit > | workunit, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
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
The documentation for this class was generated from the following files:
- StandardJobExecutorMessage.h
- StandardJobExecutorMessage.cpp