WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "file copy has failed" WorkflowExecutionEvent. More...
#include <FileCopyFailedEvent.h>
Public Member Functions | |
std::string | toString () override |
Get a textual description of the event. More... | |
Public Attributes | |
std::shared_ptr< FileLocation > | dst |
The destination location. | |
std::shared_ptr< FailureCause > | failure_cause |
The cause of the failure. | |
WorkflowFile * | file |
The workflow file that has failed to be copied. | |
std::shared_ptr< FileLocation > | src |
The source location. | |
Additional Inherited Members | |
Static Public Member Functions inherited from wrench::WorkflowExecutionEvent | |
static std::shared_ptr< WorkflowExecutionEvent > | waitForNextExecutionEvent (std::string) |
Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox. More... | |
static std::shared_ptr< WorkflowExecutionEvent > | waitForNextExecutionEvent (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... | |
A "file copy has failed" WorkflowExecutionEvent.
|
inlineoverridevirtual |
Get a textual description of the event.
Reimplemented from wrench::WorkflowExecutionEvent.