StandardJobFailedEvent Class Reference

A "standard job has failed" WorkflowExecutionEvent. More...

#include <WorkflowExecutionEvent.h>

Inheritance diagram for StandardJobFailedEvent:

Public Member Functions

std::string toString () override
 Get a textual description of the event. More...
 

Public Attributes

std::shared_ptr< ComputeService > compute_service
 The compute service on which the job has failed.
 
std::shared_ptr< FailureCause > failure_cause
 The cause of the failure.
 
StandardJob * standard_job
 The standard job that has failed.
 

Detailed Description

A "standard job has failed" WorkflowExecutionEvent.

Member Function Documentation

◆ toString()

std::string StandardJobFailedEvent::toString ( )
inlineoverride

Get a textual description of the event.

Returns
a text string

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