FormattingStep

@objc(GSFormattingStep)
public enum FormattingStep : Int, Codable

Formatting step of the formatting process.

  • The drone is currently partitioning the media.

    Declaration

    Swift

    case partitioning
  • The drone is currently wiping data on the media in order to optimize performance.

    Declaration

    Swift

    case clearingData
  • The drone is creating a file system on the media.

    Declaration

    Swift

    case creatingFs
  • Debug description.

    Declaration

    Swift

    public var description: String { get }