Enum DownloadStatus
Enumerates the possible states of a download item.
public enum DownloadStatus
Fields
Cached = 6The item is cached and available for immediate download.
Checkingdl = 8The downloaded data is being verified.
Completed = 5The download has completed successfully.
Downloading = 1The item is currently being downloaded.
Error = 9An error occurred during the download.
Metadl = 7The torrent metadata is being downloaded.
Paused = 4The download has been paused by the user.
Queued = 10The item is queued and waiting to start.
Stalled = 3The download is stalled with no active transfer.
Unknown = 0An unknown or unmapped download status was returned.
Uploading = 2The item is currently being uploaded (seeded).