Share via


SingleChunkStatus Enum

Definition

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

Applies to