Enum ControlOperation
Enumerates the control operations that can be performed on a download item.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ControlOperation
Fields
Delete = 2Delete the item.
Pause = 4Pause an active item.
Reannounce = 1Reannounce the item to trackers.
Recheck = 5Recheck the item's data integrity.
Resume = 3Resume a paused item.
Unknown = 0An unknown or unmapped control operation.