Click or drag to resize

EventProcessingInstruction Enumeration

Enumerated class is returned from event that tells Event Processing what to do

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCommonClasses (in PosCommonClasses.dll) Version: 18.2
Syntax
C#
public enum EventProcessingInstruction
Members
  Member nameDescription
Continue Continue on to next registered EventMonitor or if done with monitors Continue with event
AbortEvent Immediately stop processing all Event Monitors and abort event
AbortEventMonitorProcessingAndContinueEvent Continue with event, but do not call any more EventMonitors
See Also