wrench::StandardJobFailedEvent Class Reference

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

#include <StandardJobFailedEvent.h>

Inheritance diagram for wrench::StandardJobFailedEvent:
wrench::WorkflowExecutionEvent

Public Member Functions

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

Public Attributes

std::shared_ptr< ComputeServicecompute_service
 The compute service on which the job has failed.
 
std::shared_ptr< FailureCausefailure_cause
 The cause of the failure.
 
std::shared_ptr< StandardJobstandard_job
 The standard job that has failed.
 

Additional Inherited Members

- Static Public Member Functions inherited from wrench::WorkflowExecutionEvent
static std::shared_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox. More...
 
static std::shared_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string, double timeout)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox, or until a timeout ooccurs. More...
 

Detailed Description

A "standard job has failed" WorkflowExecutionEvent.

Member Function Documentation

◆ toString()

std::string wrench::StandardJobFailedEvent::toString ( )
inlineoverridevirtual

Get a textual description of the event.

Returns
a text string

Reimplemented from wrench::WorkflowExecutionEvent.


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