State

@Serializable
enum State : Enum<Torrent.State>

Entries

Link copied to clipboard
@SerialName(value = "error")
ERROR
Link copied to clipboard
@SerialName(value = "missingFiles")
MISSING_FILES
Link copied to clipboard
@SerialName(value = "uploading")
UPLOADING
Link copied to clipboard
@SerialName(value = "stoppedUP")
STOPPED_UP
Link copied to clipboard
@SerialName(value = "queuedUP")
QUEUED_UP
Link copied to clipboard
@SerialName(value = "stalledUP")
STALLED_UP
Link copied to clipboard
@SerialName(value = "checkingUP")
CHECKING_UP
Link copied to clipboard
@SerialName(value = "forcedUP")
FORCED_UP
Link copied to clipboard
@SerialName(value = "downloading")
DOWNLOADING
Link copied to clipboard
@SerialName(value = "metaDL")
META_DL
Link copied to clipboard
@SerialName(value = "forcedMetaDL")
FORCED_META_DL
Link copied to clipboard
@SerialName(value = "stoppedDL")
STOPPED_DL
Link copied to clipboard
@SerialName(value = "queuedDL")
QUEUED_DL
Link copied to clipboard
@SerialName(value = "stalledDL")
STALLED_DL
Link copied to clipboard
@SerialName(value = "checkingDL")
CHECKING_DL
Link copied to clipboard
@SerialName(value = "forcedDL")
FORCED_DL
Link copied to clipboard
@SerialName(value = "checkingResumeData")
CHECKING_RESUME_DATA
Link copied to clipboard
@SerialName(value = "moving")
MOVING
Link copied to clipboard
@SerialName(value = "unknown")
UNKNOWN

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.