11 #ifndef WRENCH_STANDARD_JOB_COMPLETED_EVENT_H
12 #define WRENCH_STANDARD_JOB_COMPLETED_EVENT_H
16 #include "ExecutionEvent.h"
17 #include "wrench/failure_causes/FailureCause.h"
37 class FileRegistryService;
39 class FileRegistryService;
71 std::string
toString()
override {
return "StandardJobCompletedEvent (job: " + this->standard_job->getName() +
"; cs = " + this->compute_service->getName() +
")";}
83 #endif //WRENCH_STANDARD_JOB_COMPLETED_EVENT_H
std::string toString() override
Get a textual description of the event.
Definition: StandardJobCompletedEvent.h:71
A "standard job has completed" ExecutionEvent.
Definition: StandardJobCompletedEvent.h:46
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
std::shared_ptr< StandardJob > standard_job
The standard job that has completed.
Definition: StandardJobCompletedEvent.h:63
std::shared_ptr< ComputeService > compute_service
The compute service on which the standard job has completed.
Definition: StandardJobCompletedEvent.h:65