DownloadState Enumeration

public enum DownloadState : String, Codable

Lifecycle states of a download task.

  • Returns true when the state is terminal (success or failed).

    Declaration

    Swift

    public func isFinal() -> Bool