MsgBoxLevel
Message levels for the message box. Available values: - Info: Informational message. - Warn: Warning message. - Error: Error message.
Import
import ScriptingApi as api
# Access the class
# MsgBoxLevel is available via api.MsgBoxLevel
Enumeration Values
Enumeration Level from MsgBoxLevel
| Value | Description |
|---|---|
MsgBoxLevel.Info | Info option |
MsgBoxLevel.Warn | Warn option |
MsgBoxLevel.Error | Error option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.MsgBoxLevel.Info