Click or drag to resize

EventLogEntryType Enumeration

Predefined event types available in the ABB Controller.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum EventLogEntryType
Members
  Member nameValueDescription
Error0An error event.
Warning1A warning event.
Information2An information event.
See Also