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

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

Applies to