Skip to content

IRoboCopyCombinedExitStatus

Robert Brenckman edited this page Jan 19, 2022 · 3 revisions

Description:

Read-Only interface for RoboCopyCombinedExitStatus

Implemented Interfaces:

  • INotifyPropertyChanged
  • ICloneable

Implemented By:

Properties:

Property Name Property Type Description
WasCancelled bool Returns AnyWasCancelled
AnyNoCopyNoError bool Atleast one RoboCopyExitStatus objects combined into this result resulted in no errors and no files/directories copied.
AnyWasCancelled bool Atleast one RoboCopyExitStatus objects combined into this result had been cancelled / exited prior to completion.
AllSuccessful bool All jobs completed without errors or warnings.
AllSuccessful_WithWarnings bool All jobs completed without errors or warnings, but Extra Files/Folders were detected.

Events:

None