WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "job has timed out" failure cause. More...
#include <JobTimeout.h>
Public Member Functions | |
JobTimeout (std::shared_ptr< Job > job) | |
Constructor. More... | |
std::shared_ptr< Job > | getJob () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "job has timed out" failure cause.
wrench::JobTimeout::JobTimeout | ( | std::shared_ptr< Job > | job | ) |
Constructor.
job | the job that has timed out |
std::shared_ptr< Job > wrench::JobTimeout::getJob | ( | ) |
Getter.
|
overridevirtual |