Message box types for system alert event.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration Alert |
| C# |
|---|
public enum Alert |
| Visual C++ |
|---|
public enum class Alert |
| JavaScript |
|---|
Greatis.Nostalgia.Alert = function(); Greatis.Nostalgia.Alert.createEnum('Greatis.Nostalgia.Alert', false); |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Informational | 1 | Information message box was displayed. | |
| Warning | 2 | Warning message box was displayed. | |
| Error | 3 | Error message box was displayed. | |
| Query | 4 | Query message box was displayed. | |
| Critical | 5 | Critical message box was displayed. | |
| System | 6 | System message box was displayed. |