-
Notifications
You must be signed in to change notification settings - Fork 69
IRoboCopyCombinedExitStatus
Robert Brenckman edited this page Jan 19, 2022
·
3 revisions
Read-Only interface for RoboCopyCombinedExitStatus
- INotifyPropertyChanged
- ICloneable
| 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. |
None
RoboCommand
- IRoboCommand Interface- RoboCommand
- CopyOptions
- JobOptions
- LoggingOptions
- RetryOptions
- SelectionOptions
- RoboSharpConfiguration
- JobFile
RoboQueue
- RoboQueueResults Objects
- RoboCopyResults- IResults Interface
- RoboCopyResultsList
- IRoboCopyResultsList Interface
ExitStatus Objects
- RoboCopyExitStatus- RoboCopyCombinedExitStatus
- IRoboCopyCombinedExitStatus Interface
Progress Estimator Objects
- IProgressEstimator Interface- ProgressEstimator
- RoboQueueProgressEstimator