SKDownloadState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |