10 #ifndef WRENCH_SERVICE_IS_DOWN_H
11 #define WRENCH_SERVICE_IS_DOWN_H
16 #include "FailureCause.h"
17 #include "wrench/services/Service.h"
44 std::shared_ptr<Service> service;
54 #endif //WRENCH_SERVICE_IS_DOWN_H
Definition: Action.cpp:28
A "service is down" failure cause.
Definition: ServiceIsDown.h:30
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
std::string toString() override
Get the human-readable failure message.
Definition: ServiceIsDown.cpp:39
std::shared_ptr< Service > getService()
Getter.
Definition: ServiceIsDown.cpp:31