WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "compound job has completed" ExecutionEvent. More...
#include <CompoundJobCompletedEvent.h>
Public Member Functions | |
std::string | toString () override |
Get a textual description of the event. More... | |
Public Attributes | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the compound job has completed. | |
std::shared_ptr< CompoundJob > | job |
The compound job that has completed. | |
Additional Inherited Members | |
Static Public Member Functions inherited from wrench::ExecutionEvent | |
static std::shared_ptr< ExecutionEvent > | waitForNextExecutionEvent (simgrid::s4u::Mailbox *mailbox) |
Block the calling process until a ExecutionEvent is generated based on messages received on a mailbox. More... | |
static std::shared_ptr< ExecutionEvent > | waitForNextExecutionEvent (simgrid::s4u::Mailbox *mailbox, double timeout) |
Block the calling process until a ExecutionEvent is generated based on messages received on a mailbox, or until a timeout ooccurs. More... | |
A "compound job has completed" ExecutionEvent.
|
inlineoverridevirtual |
Get a textual description of the event.
Reimplemented from wrench::ExecutionEvent.