Enum Environment.DiagnosticAction
Enum used to determine the behaviour of a message in the Diagnostic field Environment.Diagnostic.
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public enum DiagnosticAction
Fields
Name | Description |
---|---|
ALARM | Obsolete. Please use Message(String, String, Environment.DiagnosticAction, Environment.Signs, Nullable<Color>) and InvokeAddAlarm(String, String) instead. |
NONE | Obsolete. Please use Clear() instead. |
REMOVE | Obsolete. Please use Clear() and InvokeAddAlarm(String, String) instead. |
STICKY | Message appears in the Diagnostic field until overwritten or cleared (Clear(). |
TEMPORARY | Message appears temporarily in the Diagnostic field. |
TEMPORARYANDLOG | Message appears temporarily in the Diagnostic field and appears in the log Environment.Log. |