The MessageTypes enumerated constant defines values for Monarch messages, when constructed and when using the SendExternalMessage method and two of the overloaded SendProgramMessage methods in the Program class.
Syntax
BegEnum MessageTypes Access(*Public)
Remarks
MessageTypes denote values that classify the message.
Members
| Member | Description | Value |
|---|---|---|
| Informational |
|
0 |
| Inquiry |
|
1 |
| Request |
|
2 |
| Completion |
|
3 |
| Diagnostic |
|
4 |
| Notify |
|
5 |
| Escape |
|
6 |
| Status |
|
7 |
Requirements
| Namespace: | ASNA.Monarch |
| Assembly: | ASNA.VisualRPG.Runtime.DLL |
| Platforms: | Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro |
