SKDownloadState Enum

Definition

An enumeration whose values specify the state of an SKDownload object. Used with the DownloadState property.

public enum SKDownloadState
type SKDownloadState = 
Inheritance
SKDownloadState

Fields

Active 1
Cancelled 5
Failed 4
Finished 3
Paused 2
Waiting 0

Applies to