namespace NzbDrone.Core.Model.Notification
{
public enum ProgressNotificationStatus
InProgress = 0,
Completed = 1,
Failed = 2
}