Enum CopyFile.Stage
Represents the state of the operation being reported to the callback
Namespace: Darwin
Assembly: CopyFile.dll
Syntax
public enum CopyFile.Stage
Fields
| Name | Description |
|---|---|
| Error | There was an error during the copy operation. |
| Finish | The copy operation is finishing. |
| Progress | The copy operation is progressing. |
| Start | The copy operation is starting |