11 #ifndef WRENCH_PILOT_JOB_STARTED_EVENT_H
12 #define WRENCH_PILOT_JOB_STARTED_EVENT_H
15 #include "wrench/failure_causes/FailureCause.h"
35 class FileRegistryService;
37 class FileRegistryService;
67 std::string
toString()
override {
return "PilotJobStartedEvent (cs = " + this->compute_service->getName() +
")";}
79 #endif //WRENCH_PILOT_JOB_STARTED_EVENT_H
std::shared_ptr< ComputeService > compute_service
The compute service on which the pilot job has started.
Definition: PilotJobStartedEvent.h:61
Definition: Action.cpp:28
A class to represent the various execution events that are relevant to the execution of a workflow.
Definition: ExecutionEvent.h:26
A "pilot job has started" ExecutionEvent.
Definition: PilotJobStartedEvent.h:42
std::string toString() override
Get a textual description of the event.
Definition: PilotJobStartedEvent.h:67
std::shared_ptr< PilotJob > pilot_job
The pilot job that has started.
Definition: PilotJobStartedEvent.h:59