enum PutIO::Transfer::Status

Defined in:

put-io-transfer.cr

Enum Members

ERROR = 0
IN_QUEUE = 1
WAITING = 2
DOWNLOADING = 3
COMPLETING = 4
SEEDING = 5
COMPLETED = 6

Class Method Summary

Instance Method Summary

Class Method Detail

def self.parse_arg(current : Set(self) | Nil, text : String) : Set(self) #

[View source]

Instance Method Detail

def completed? #

[View source]
def completing? #

[View source]
def downloading? #

[View source]
def error? #

[View source]
def in_queue? #

[View source]
def seeding? #

[View source]
def waiting? #

[View source]