ModelCheckerMessageType Enumeration |
Identifies the type of a message sent as a result of a model check.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum ModelCheckerMessageType
Members
| Member name | Value | Description |
---|
| Error | 0 |
An error indicates that the model is not valid.
|
| Warning | 1 |
A warning indicates a potential problem in the model.
|
| Message | 2 |
Just a notification.
|
| Hidden | 3 |
An technical/internal message not intended for the user.
|
See Also