namespace Lantean.QBTMud.Models { public enum Status { All, Downloading, Seeding, Completed, Resumed, Paused, Stopped, Active, Inactive, Stalled, StalledUploading, StalledDownloading, Checking, Errored, } }