mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
9 lines
164 B
C#
9 lines
164 B
C#
namespace Lantean.QBitTorrentClient.Models
|
|
{
|
|
public enum StopCondition
|
|
{
|
|
None = 0,
|
|
MetadataReceived = 1,
|
|
FilesChecked = 2
|
|
}
|
|
} |