namespace NzbDrone.Core.Messaging.Tracking { public enum CommandStatus { Pending, Running, Completed, Failed } }