I am not sure you can "control" which event goes first when multiple
comes in at the same time.

Event should be use to handle simple tasks. Any time intensive /
consuming operations should be put into a separate case, or even
better a loop, you can put some checks there to skip them should a
more important Event is detected.

Joe

Reply via email to