Variable StatusConst

Status: {
    0: "STOPPED";
    1: "QUEUED_CHECK";
    2: "CHECKING";
    3: "QUEUED_DOWNLOAD";
    4: "DOWNLOADING";
    5: "QUEUED_SEED";
    6: "SEEDING";
} = ...

Status codes mapped to their string representation

The status codes align with the Transmission Spec.

Type declaration

  • Readonly 0: "STOPPED"
  • Readonly 1: "QUEUED_CHECK"
  • Readonly 2: "CHECKING"
  • Readonly 3: "QUEUED_DOWNLOAD"
  • Readonly 4: "DOWNLOADING"
  • Readonly 5: "QUEUED_SEED"
  • Readonly 6: "SEEDING"

Generated using TypeDoc