FlightPlanFileUploadState

@objc(GSFlightPlanFileUploadState)
public enum FlightPlanFileUploadState : Int, CustomStringConvertible

Flight Plan file upload state.

  • No flight plan file has been uploaded yet.

    Declaration

    Swift

    case none
  • The flight plan file is currently uploading to the drone.

    Declaration

    Swift

    case uploading
  • The flight plan file has been successfully uploaded to the drone.

    Declaration

    Swift

    case uploaded
  • The flight plan file upload has failed.

    Declaration

    Swift

    case failed
  • Debug description.

    Declaration

    Swift

    public var description: String { get }