namespace Lantean.QBitTorrentClient.Models { public enum StopCondition { None = 0, MetadataReceived = 1, FilesChecked = 2 } }