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

A "file copy has failed" ExecutionEvent. More...

#include <FileCopyFailedEvent.h>

Inheritance diagram for wrench::FileCopyFailedEvent:
wrench::ExecutionEvent

Public Member Functions

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

Public Attributes

std::shared_ptr< FileLocationdst
 The destination location.
 
std::shared_ptr< FailureCausefailure_cause
 The cause of the failure.
 
std::shared_ptr< DataFilefile
 The workflow file that has failed to be copied.
 
std::shared_ptr< FileLocationsrc
 The source location.
 

Additional Inherited Members

- Static Public Member Functions inherited from wrench::ExecutionEvent
static std::shared_ptr< ExecutionEventwaitForNextExecutionEvent (simgrid::s4u::Mailbox *mailbox)
 Block the calling process until a ExecutionEvent is generated based on messages received on a mailbox. More...
 
static std::shared_ptr< ExecutionEventwaitForNextExecutionEvent (simgrid::s4u::Mailbox *mailbox, double timeout)
 Block the calling process until a ExecutionEvent is generated based on messages received on a mailbox, or until a timeout ooccurs. More...
 

Detailed Description

A "file copy has failed" ExecutionEvent.

Member Function Documentation

◆ toString()

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

Get a textual description of the event.

Returns
a text string

Reimplemented from wrench::ExecutionEvent.


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