IRoboCopyCombinedExitStatus - PCAssistSoftware/RoboSharp GitHub Wiki
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