DiagnosticsListMessage event

Event raised when a message is sent to the Diagnostics List.
Some messages may have more than on severity set. In such cases, the value of the severity is the sum of the severity constants.
Syntax
Application
_
DiagnosticsListMessage
(
ByVal
Message
As String
,
ByVal
Severity
As ftDiagSeverityConstants
)
where
Application
– is the name of a FactoryTalk View SE Client Application object variable that was dimensioned using the WithEvents keyword.
Message
– is the string that is sent to the Diagnostic List.
Severity
– is a constant of the type ftDiagSeverityConstants that represents the severity of the message.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal