TransferStatus

public enum TransferStatus

The current status of a transfer

  • downloading: The transfer is currently in progress
  • inQueue: The transfer is queued and will be started shortly
  • completed: The transfer has completed
  • cancelled: The transfer was manually cancelled
  • The transfer is currently in progress

    Declaration

    Swift

    case downloading
  • The transfer is queued and will be started shortly

    Declaration

    Swift

    case inQueue
  • The transfer has completed

    Declaration

    Swift

    case completed
  • The transfer was manually cancelled

    Declaration

    Swift

    case cancelled