Skip to content

TorrentContent_Priority

adborbas edited this page Jun 5, 2022 · 1 revision

TorrentContent.Priority

File priority.

public enum Priority: Int, Decodable 

Inheritance

Decodable, Int

Enumeration Cases

doNotDownload

Do not download.

case doNotDownload = 0

normal

Normal priority.

case normal = 1

high

High priority.

case high = 6

maximum

Maximal priority

case maximum = 7