Files
qbtmud/Lantean.QBTMud/Models/Status.cs

21 lines
342 B
C#

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