FCRDownloadCompletionStatus

public enum FCRDownloadCompletionStatus : Int, CustomStringConvertible

Completion status of a flight camera record download.

  • Download is not complete yet. Flight camera record download may still be ongoing or not even started yet.

    Declaration

    Swift

    case none
  • Flight camera records download has completed successfully.

    Declaration

    Swift

    case success
  • Flight camera records download interrupted.

    Declaration

    Swift

    case interrupted
  • Debug description.

    Declaration

    Swift

    public var description: String { get }