How should an event be ignore/abort/cancel in an event queue?
Hello eveyrone,I have an email fired by an event. This event is added to the sysevent queue using "gs.eventQueueScheduled()" so when it is added it will be in "Ready" state and wait for a moment before being processed. I have the requirement where I ...