Table of Contents

Enum NotificationSeverityEnum

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Specifies the severity level for notifications.

public enum NotificationSeverityEnum

Fields

Danger = 0

Indicates a dangerous or error condition.

Info = 1

Indicates an informational message.

None = 2

Indicates no specific severity.

Success = 3

Indicates a successful operation.

Warning = 4

Indicates a warning condition.