EventProcessingInstruction Enumeration |
Enumerated class is returned from event that tells Event Processing what to do
Namespace: Micros.PosCore.ExtensibilityAssembly: PosCommonClasses (in PosCommonClasses.dll) Version: 19.8
Syntaxpublic enum EventProcessingInstruction
MembersMember name | Description |
---|
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