While working with Bitwise Statuses from the API I found the results might need some more explanation.

  Quote

1 = Started

2 = Checking

4 = Start after check

8 = Checked

16 = Error

32 = Paused

64 = Queued (as 'in the queue')

128 = Loaded

The Queued bit (64) means "in the queue" and does not directly imply the Queued or Queued seed status µTorrent uses. Instead a torrent with this bit on can, depending on other bits and info, have any of these statuses: Queued, Queued Seed, Downloading, Seeding or Paused. Please also note that a Force Started torrent circumvents the queue and thus is not "in the queue". So torrents with status [F] Downloading or [F] Seeding will have the Queued bit (64) off.

If a torrent has the error status in µtorrent the torrent seems to always have 152 for status regardless of circumstances. That means it always has the checked bit set regardless of whether the torrent is actually checked. Please also note that the red icon with an arrow down in it in µtorrent does NOT signify the error status but a tracker error and has no effect on the actual status of the torrent.

List of statuses:

128 = Stopped (file is also not fully hash checked) Loaded

130 = Checking Loaded, Checking

152 = Error Loaded, Error, Checked

169 = Paused (torrent is forced) Loaded, Paused, Checked, Started

233 = Paused (torrent is not forced) Loaded, Queued, Paused, Checked, Started

If PERCENT PROGRESS = 1000:

136 = Finished Loaded, Checked

137 = [F] Seeding Loaded, Checked, Started

200 = Queued Seed Loaded, Queued, Checked

201 = Seeding Loaded, Queued, Checked, Started

If PERCENT PROGRESS < 1000:

136 = Stopped (file is fully hash checked) Loaded, Checked

137 = [F] Downloading Loaded, Checked, Started

200 = Queued Loaded, Queued, Checked

201 = Downloading Loaded, Queued, Checked, Started