FlightLogDownloadCompletionStatus

@objc(GSFlightLogDownloadCompletionStatus)
public enum FlightLogDownloadCompletionStatus : Int, CustomStringConvertible

Completion status of a flight log download.

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

    Declaration

    Swift

    case none
  • Flight logs download has completed successfully.

    Declaration

    Swift

    case success
  • Flight logs download interrupted.

    Declaration

    Swift

    case interrupted
  • Debug description.

    Declaration

    Swift

    public var description: String { get }