WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::JobTimeout Class Reference

A "job has timed out" failure cause. More...

#include <JobTimeout.h>

Inheritance diagram for wrench::JobTimeout:
wrench::FailureCause

Public Member Functions

std::shared_ptr< WorkflowJobgetJob ()
 Getter. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "job has timed out" failure cause.

Member Function Documentation

◆ getJob()

std::shared_ptr< WorkflowJob > wrench::JobTimeout::getJob ( )

Getter.

Returns
the job

◆ toString()

std::string wrench::JobTimeout::toString ( )
virtual

Get the human-readable failure message.

Returns
the message

Implements wrench::FailureCause.


The documentation for this class was generated from the following files: