mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-07 23:12:44 +00:00
9 lines
167 B
C#
9 lines
167 B
C#
![]() |
namespace NzbDrone.Core.Model.Notification
|
||
|
{
|
||
|
public enum ProgressNotificationStatus
|
||
|
{
|
||
|
InProgress = 0,
|
||
|
Completed = 1,
|
||
|
Failed = 2
|
||
|
}
|
||
|
}
|