AlertLevel Enumeration

Supported levels of alerts which are shown by the program.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public enum AlertLevel

Members

Info0 Alert with a notification.
Warn1 Alert with a warning.
Error2 Alert with description of an error.

See Also