wrench::PilotJobStartedEvent
-
class PilotJobStartedEvent : public wrench::ExecutionEvent
A “pilot job has started” 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 pilot job has started.
-
std::shared_ptr<PilotJob> pilot_job
The pilot job that has started.
-
inline virtual std::string toString() override