-
Notifications
You must be signed in to change notification settings - Fork 3
TorrentState
Torrent state.
public enum TorrentState: String, Codable, CaseIterable
CaseIterable
, Codable
, String
Some error occurred, applies to paused torrents.
case error
Torrent data files is missing.
case missingFiles
Torrent is being seeded and data is being transferred.
case uploading
Torrent is paused and has finished downloading.
case pausedUP
Queuing is enabled and torrent is queued for upload.
case queuedUP
Torrent is being seeded, but no connection were made.
case stalledUP
Torrent has finished downloading and is being checked.
case checkingUP
Torrent is forced to uploading and ignore queue limit.
case forcedUP
Torrent is allocating disk space for download.
case allocating
Torrent is being downloaded and data is being transferred.
case downloading
Torrent has just started downloading and is fetching metadata.
case metaDL
Torrent is paused and has NOT finished downloading.
case pausedDL
Queuing is enabled and torrent is queued for download.
case queuedDL
Torrent is being downloaded, but no connection were made.
case stalledDL
Same as checkingUP, but torrent has NOT finished downloading.
case checkingDL
Torrent is forced to downloading to ignore queue limit.
case forcedDL
Checking resume data on qBt startup.
case checkingResumeData
Torrent is moving to another location.
case moving
Unknown status.
case unknown
Generated at 2022-06-10T12:18:58+0000 using swift-doc 1.0.0-rc.1.
Types
- AddTorrentConfiguration
- AddTorrentConfiguration.Management
- AppPreferences
- BasicAuthCredentials
- Semver
- TorrentCategory
- TorrentContent
- TorrentContent.Priority
- TorrentGenericProperties
- TorrentInfo
- TorrentState
- qBittorrentWebAPI
- qBittorrentWebAPI.Authentication
- qBittorrentWebAPI.Scheme
- qBittorrentWebAPIError