Table of Contents

Enum DownloadStatus

Namespace
TorBoxSDK.Models.Common
Assembly
TorBoxSDK.dll

Enumerates the possible states of a download item.

public enum DownloadStatus

Fields

Cached = 6

The item is cached and available for immediate download.

Checkingdl = 8

The downloaded data is being verified.

Completed = 5

The download has completed successfully.

Downloading = 1

The item is currently being downloaded.

Error = 9

An error occurred during the download.

Metadl = 7

The torrent metadata is being downloaded.

Paused = 4

The download has been paused by the user.

Queued = 10

The item is queued and waiting to start.

Stalled = 3

The download is stalled with no active transfer.

Unknown = 0

An unknown or unmapped download status was returned.

Uploading = 2

The item is currently being uploaded (seeded).