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

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

#include <CompoundJobFailedEvent.h>

Inheritance diagram for wrench::CompoundJobFailedEvent:
wrench::ExecutionEvent

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 failure cause.
 
std::shared_ptr< CompoundJob > job
 The standard job that has failed.
 

Detailed Description

A "standard job has failed" ExecutionEvent.

Member Function Documentation

◆ toString()

std::string wrench::CompoundJobFailedEvent::toString ( )
inlineoverride

Get a textual description of the event.

Returns
a text string

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