enum

BitTorrent::Download::DownloadState

Inherits Enum / Comparable / Value / Object

Constants

None = 0
Started = 1
Finished = 2

Instance methods

finished?

Returns true if this enum value equals Finished

none?

Returns true if this enum value equals None

started?

Returns true if this enum value equals Started