TransferProgressState Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Current transfer state of the TransferAction.
Syntax
public enum TransferProgressState
Fields
| Name | Description |
|---|---|
| DataBlockProcessed | A file data block was processed. |
| DirectoryProcessing | Directory processing was started. |
| FileTransferred | File was successfully transferred. |
| FileTransferring | Processing of a file was started. |
| TransferCompleted | The transfer action was successfully completed. Triggered only with multi-file operations. (For single-file operations, only FileTransferred is triggered.) |