enum

Transmission::RPC::Status

Inherits Enum < Comparable < Value < Object

The activity state of a torrent, as reported by the status field.

Constants

Stopped = 0
CheckWait = 1
Check = 2
DownloadWait = 3
Download = 4
SeedWait = 5
Seed = 6

Instance methods

check?

Returns true if this enum value equals Check

Source
check_wait?

Returns true if this enum value equals CheckWait

Source
download?

Returns true if this enum value equals Download

Source
download_wait?

Returns true if this enum value equals DownloadWait

Source
seed?

Returns true if this enum value equals Seed

Source
seed_wait?

Returns true if this enum value equals SeedWait

Source
stopped?

Returns true if this enum value equals Stopped

Source