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

A "file copy has completed" WorkflowExecutionEvent. More...

#include <FileCopyCompletedEvent.h>

Inheritance diagram for wrench::FileCopyCompletedEvent:
wrench::WorkflowExecutionEvent

Public Member Functions

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

Public Attributes

std::shared_ptr< FileLocationdst
 The destination location.
 
WorkflowFilefile
 The workflow file that has successfully been copied.
 
std::shared_ptr< FileRegistryServicefile_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< FileLocationsrc
 The source location.
 

Detailed Description

A "file copy has completed" WorkflowExecutionEvent.

Member Function Documentation

◆ toString()

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

Get a textual description of the event.

Returns
a text string

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