10 #ifndef WRENCH_JOB_FILLED_H
11 #define WRENCH_JOB_FILLED_H
16 #include "FailureCause.h"
17 #include "wrench/services/compute/ComputeService.h"
40 std::shared_ptr<Job>
getJob();
44 std::shared_ptr<Job> job;
54 #endif //WRENCH_JOB_FILLED_H
std::shared_ptr< Job > getJob()
Getter.
Definition: JobKilled.cpp:34
Definition: Action.cpp:28
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
A "job has been killed" failure cause.
Definition: JobKilled.h:30
std::string toString() override
Get the human-readable failure message.
Definition: JobKilled.cpp:42