wrench::CompoundJobFailedEvent
-
class CompoundJobFailedEvent : public wrench::ExecutionEvent
A “standard job has failed” ExecutionEvent.
Public Functions
-
inline virtual 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 job has failed.
-
std::shared_ptr<FailureCause> failure_cause
The failure cause.
-
std::shared_ptr<CompoundJob> job
The standard job that has failed.
-
inline virtual std::string toString() override