Table of Contents

Enum NotificationSeverity

Namespace
BlazOrbit.Notifications
Assembly
BlazOrbit.Notifications.dll

Severity tier for BOBNotification entries.

public enum NotificationSeverity

Fields

Error = 3

Error or failure event.

Info = 0

Neutral information.

Success = 1

Successful operation completed.

Warning = 2

Cautionary state worth surfacing.