A "job has timed out" failure cause. More...
#include <JobTimeout.h>
Public Member Functions | |
JobTimeout (WorkflowJob *job) | |
Constructor. More... | |
WorkflowJob * | getJob () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
Detailed Description
A "job has timed out" failure cause.
Constructor & Destructor Documentation
◆ JobTimeout()
wrench::JobTimeout::JobTimeout | ( | WorkflowJob * | job | ) |
Constructor.
- Parameters
-
job the job that has timed out
Member Function Documentation
◆ getJob()
WorkflowJob * wrench::JobTimeout::getJob | ( | ) |
Getter.
- Returns
- the job
◆ toString()
|
virtual |
The documentation for this class was generated from the following files:
- JobTimeout.h
- JobTimeout.cpp