Table of Contents

Enum ControlOperation

Namespace
TorBoxSDK.Models.Common
Assembly
TorBoxSDK.dll

Enumerates the control operations that can be performed on a download item.

[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ControlOperation

Fields

Delete = 2

Delete the item.

Pause = 4

Pause an active item.

Reannounce = 1

Reannounce the item to trackers.

Recheck = 5

Recheck the item's data integrity.

Resume = 3

Resume a paused item.

Unknown = 0

An unknown or unmapped control operation.