wrench::FileCopyCompletedEvent

class FileCopyCompletedEvent : public wrench::ExecutionEvent

A “file copy has completed” ExecutionEvent.

Public Functions

inline std::string toString() override

Get a textual description of the event.

Returns

a text string

Public Members

std::shared_ptr<FileLocation> dst

The destination location.

std::shared_ptr<DataFile> 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.