QBittorrent::Model::TrackerStatus
Inherits Enum < Comparable < Value < Object
Tracker status int (torrents/trackers element status).
Constants
Disabled = 0
Disabled — pseudo-entry for DHT/PeX/LSD rows.
NotContacted = 1
Tracker has not been contacted yet.
Working = 2
Tracker is working.
Updating = 3
Tracker is updating.
NotWorking = 4
Tracker is not working / returned an error.
Constructors
new(pull : JSON::PullParser) : self
Strict decode: raises on an integer with no matching member.