SingleChunkStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of a transfer of single entry
public enum SingleChunkStatus
type SingleChunkStatus =
Public Enum SingleChunkStatus
- Inheritance
-
SingleChunkStatus
Fields
| Name | Value | Description |
|---|---|---|
| Successful | 0 | Transfer is successful |
| Failed | 1 | Transfer failed |
| Skipped | 2 | If the destination file exists and the user has selected to fail if the destination exists then it is skipped |