public enum DownloadState : String, Codable
Lifecycle states of a download task.
public enum DownloadState : String, Codable
Lifecycle states of a download task.
Returns true when the state is terminal (success or failed).
Swift
public func isFinal() -> Bool