wrench::PilotJobExpiredEvent
-
class PilotJobExpiredEvent : public wrench::ExecutionEvent
A “pilot job has expired” 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 pilot job has expired.
-
inline std::string toString() override