CatalogUpdateState
public enum CatalogUpdateState : UInt32, CaseIterable, Codable
Represents the state of catalog map updates.
-
Previously downloaded catalog version can be updated to their latest version.
Declaration
Swift
case updateAvailable -
Previous catalog downloading is ongoing or interrupted.
Declaration
Swift
case pendingUpdate -
When more than one catalog is used or configured, and the update process for it fails, then that specific catalog goes in PENDING_UPDATE state. A user should not update any other catalog until the catalog in PENDING_UPDATE state is updated. Other catalogs will be set to UPDATE_BLOCKED_AS_ANOTHER_PENDING until the update process has been completed.
Declaration
Swift
case updateBlockedAsAnotherPending -
State is not fetched, so unknown
Declaration
Swift
case unknownState