10 #ifndef WRENCH_SERVICE_IS_SUSPENDED_H
11 #define WRENCH_SERVICE_IS_SUSPENDED_H
16 #include "wrench/services/Service.h"
17 #include "wrench/workflow/failure_causes/FailureCause.h"
44 std::shared_ptr<Service> service;
54 #endif //WRENCH_SERVICE_IS_SUSPENDED_H
A "service is suspended" failure cause.
Definition: ServiceIsSuspended.h:30
std::shared_ptr< Service > getService()
Getter.
Definition: ServiceIsSuspended.cpp:31
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: ServiceIsSuspended.cpp:39