OnFileProcessed |
FileProcessedEventArgs |
Occurs when a file, directory, or system message has been received from the process |
OnCommandError |
CommandErrorEventArgs |
Occurs when an error occurs while generating the command that prevents the RoboCopy process from starting. |
OnCommandCompleted |
RoboCommandCompletedEventArgs |
Occurs when the RoboCopy process has finished executing and results are available. |
OnCopyProgressChanged |
CopyProgressEventArgs |
Occurs each time the current file's progress is updated |
OnProgressEstimatorCreated |
ProgressEstimatorCreatedEventArgs |
Occurs when an [IProgressEstimator](https://github.com/tjscience/RoboSharp/wiki/IProgressEstimator) has become available for this copy operation. |
TaskFaulted |
UnhandledExceptionEventHandler |
Occurs if the RoboCommand task is stopped due to an unhandled exception. Occurs instead of `OnCommandCompleted` |