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