mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 19:54:20 +01:00
9 lines
No EOL
162 B
C#
9 lines
No EOL
162 B
C#
namespace NzbDrone.Core.Entities.Notification
|
|
{
|
|
public enum NotificationStatus
|
|
{
|
|
InProgress = 0,
|
|
Completed = 1,
|
|
Failed = 2
|
|
}
|
|
} |