WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "service is suspended" failure cause. More...
#include <ServiceIsSuspended.h>
Public Member Functions | |
ServiceIsSuspended (std::shared_ptr< Service > service) | |
Constructor. More... | |
std::shared_ptr< Service > | getService () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "service is suspended" failure cause.
|
explicit |
Constructor.
service | the service that was suspended |
std::shared_ptr< Service > wrench::ServiceIsSuspended::getService | ( | ) |
Getter.
|
overridevirtual |