ConsumableEventInfo allows for consuming events.
ConsumableEventInfo
You can consume an event using the consume method. The method isConsumed checks whether this event info is already consumed.
public function consume(Void):Void
Marks this event as consumed.
public function isConsumed(Void):Boolean
Returns whether this event is consumed.
true is this event is consumed else false
true
false