-
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 errorTorrent data files is missing.
case missingFilesTorrent is being seeded and data is being transferred.
case uploadingTorrent is paused and has finished downloading.
case pausedUPQueuing is enabled and torrent is queued for upload.
case queuedUPTorrent is being seeded, but no connection were made.
case stalledUPTorrent has finished downloading and is being checked.
case checkingUPTorrent is forced to uploading and ignore queue limit.
case forcedUPTorrent is allocating disk space for download.
case allocatingTorrent is being downloaded and data is being transferred.
case downloadingTorrent has just started downloading and is fetching metadata.
case metaDLTorrent is paused and has NOT finished downloading.
case pausedDLQueuing is enabled and torrent is queued for download.
case queuedDLTorrent is being downloaded, but no connection were made.
case stalledDLSame as checkingUP, but torrent has NOT finished downloading.
case checkingDLTorrent is forced to downloading to ignore queue limit.
case forcedDLChecking resume data on qBt startup.
case checkingResumeDataTorrent is moving to another location.
case movingUnknown status.
case unknownGenerated 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