SKDownloadState 枚举

定义

一个枚举,其值指定对象的状态 SKDownload 。 与 属性一起使用 DownloadState

public enum SKDownloadState
type SKDownloadState = 
继承
SKDownloadState

字段

名称 说明
Waiting 0
Active 1
Paused 2
Finished 3
Failed 4
Cancelled 5

适用于