wrench::JobKilled Class Reference

A "job has been killed" failure cause. More...

#include <JobKilled.h>

Inheritance diagram for wrench::JobKilled:
wrench::FailureCause

Public Member Functions

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

Detailed Description

A "job has been killed" failure cause.

Member Function Documentation

◆ getComputeService()

std::shared_ptr< ComputeService > wrench::JobKilled::getComputeService ( )

Getter.

Returns
the compute service

◆ getJob()

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

Getter.

Returns
the job

◆ toString()

std::string wrench::JobKilled::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: