Class MsgType
The type of message to show for a user.
Inheritance
object
MsgType
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class MsgType : Enum
Fields
Error
Message about an Error.
Declaration
public const MsgType Error = 16
Field Value
Type | Description |
---|---|
MsgType |
Info
Just information for user.
Declaration
public const MsgType Info = 64
Field Value
Type | Description |
---|---|
MsgType |
Question
A question for user.
Declaration
public const MsgType Question = 32
Field Value
Type | Description |
---|---|
MsgType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |
Warning
Some warning message.
Declaration
public const MsgType Warning = 48
Field Value
Type | Description |
---|---|
MsgType |