Enum TorrentTrackerStatus
Describes torrent tracker status
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum TorrentTrackerStatus
Fields
Name | Description |
---|---|
Disabled | Tracker is disabled (used for DHT, PeX, and LSD) |
NotContacted | Tracker has not been contacted yet |
NotWorking | Tracker has been contacted, but it is not working (or doesn't send proper replies) |
Updating | Tracker is currently being updated |
Working | Tracker has been contacted and is working |