A "file copy has completed" WorkflowExecutionEvent. More...
#include <FileCopyCompletedEvent.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. | |
WorkflowFile * | file |
The workflow file that has successfully been copied. | |
std::shared_ptr< FileRegistryService > | file_registry_service |
The file registry service that was supposed to be updated (or nullptr if none) | |
bool | file_registry_service_updated |
Whether the file registry service (if any) has been successfully updated. | |
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... | |
Detailed Description
A "file copy has completed" WorkflowExecutionEvent.
Member Function Documentation
◆ 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: