wrench::CompoundJobCompletedEvent
-
class CompoundJobCompletedEvent : public wrench::ExecutionEvent
A “compound job has completed” ExecutionEvent.
Public Functions
-
inline std::string toString() override
Get a textual description of the event.
- Returns:
a text string
Public Members
-
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.
-
inline std::string toString() override