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