Enumeration TorrentState

Enumeration Members

Allocating: "allocating"

Torrent is allocating disk space for download

CheckingDL: "checkingDL"

Same as checkingUP, but torrent has NOT finished downloading

CheckingResumeData: "checkingResumeData"

Checking resume data on qBt startup

CheckingUP: "checkingUP"

Torrent has finished downloading and is being checked; this status also applies to preallocation (if enabled) and checking resume data on qBt startup

Downloading: "downloading"

Torrent is being downloaded and data is being transferred

Error: "error"

Some error occurred, applies to paused torrents

ForcedDL: "forcedDL"

Torrent is forced to downloading to ignore queue limit

ForcedMetaDL: "ForcedMetaDL"

Forced Downloading Metadata

ForcedUP: "forcedUP"

Torrent is forced to uploading and ignore queue limit

MetaDL: "metaDL"

Torrent has just started downloading and is fetching metadata

MissingFiles: "missingFiles"

Torrent data files is missing

Moving: "moving"

Torrent is moving to another location

PausedDL: "pausedDL"

Torrent is paused and has NOT finished downloading

PausedUP: "pausedUP"

Torrent is paused and has finished downloading

QueuedDL: "queuedDL"

Queuing is enabled and torrent is queued for download

QueuedForChecking: "queuedForChecking"
QueuedUP: "queuedUP"

Queuing is enabled and torrent is queued for upload

StalledDL: "stalledDL"

Torrent is being downloaded, but no connection were made

StalledUP: "stalledUP"

Torrent is being seeded, but no connection were made

Unknown: "unknown"

Unknown status

Uploading: "uploading"

Torrent is being seeded and data is being transferred