@ctrl/qbittorrent

    Enumeration TorrentState

    Index

    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 pausedDL was renamed to stoppedDL in Web API v2.11.0

    PausedUP: "pausedUP"

    Torrent is paused and has finished downloading pausedUP was renamed to stoppedUP in Web API v2.11.0

    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

    StoppedDL: "stoppedDL"

    Torrent has been stopped while downloading

    StoppedUP: "stoppedUP"

    Torrent has been stopped while downloading

    Unknown: "unknown"

    Unknown status

    Uploading: "uploading"

    Torrent is being seeded and data is being transferred

    MMNEPVFCICPMFPCPTTAAATR