TorrentState

class TorrentState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Deluge torrent states (case insensitive).

Note: Be sure to cast to string or access the Enum.value.

ALLOCATING = 'Allocating'
CHECKING = 'Checking'
DOWNLOADING = 'Downloading'
ERROR = 'Error'
MOVING = 'Moving'
PAUSED = 'Paused'
QUEUED = 'Queued'
SEEDING = 'Seeding'