Enum MsgType
The type of message to show for a user.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public enum MsgType
Fields
| Name | Description |
|---|---|
| Error | Message about an Error. |
| Info | Just information for user. |
| Question | A question for user. |
| Warning | Some warning message. |