ElectronicHorizonDataLoadedStatus

public enum ElectronicHorizonDataLoadedStatus : UInt32, CaseIterable, Codable

Represents the status of data that was loaded by ElectronicHorizonDataLoader.

  • Data was not yet loaded.

    Declaration

    Swift

    case notLoaded
  • Data was partially loaded, but not completely. This status can mean that one of the batches was loaded or that a new update is pending to be loaded.

    Declaration

    Swift

    case partiallyLoaded
  • Data is fully loaded.

    Declaration

    Swift

    case fullyLoaded