Enum NotificationMessageAlertStatus
Contains an enumerated list of available notification alert statuses.
Namespace: Vasont.Publisher.Models.Notifications
Assembly: Vasont.Publisher.Models.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum NotificationMessageAlertStatus
Fields
| Name | Description |
|---|---|
| Failure | The specified notification is for a failure. |
| Finished | The specified notification is for a finished alert. |
| Info | The specified notification is for information. |
| None | The specified notification has no alert status. |
| Warning | The specified notification is for a warning. |