Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bittorrent
master
BitTorrent
BEncoding
DecodeError
Decoder
Encoder
Node
Download
DownloadState
Peer
PeerAddress
PeerList
Socket
BigEndian
Torrent
Tracker
Built with Crystal 1.9.2
2023-10-07 21:26:49 UTC
enum
BitTorrent::Download::DownloadState
Defined in:
bittorrent/download.cr
Enum Members
None
=
0
Started
=
1
Finished
=
2
Instance Method Summary
#finished?
#none?
#started?
Instance Method Detail
def
finished?
#
[
View source
]
def
none?
#
[
View source
]
def
started?
#
[
View source
]