amar1104
08/20/2024, 9:24 AMLee Turner
08/20/2024, 9:35 AMAFTER_COMPLETE
request phase (like the web hooks ServeEventListeners) so is actually executed at the end of a request where as ServeEventListeners further down in the list could be 'executed' in earlier request phases.
However, I would imagine if all your ServeEventListeners are tied to the same request phase they would just execute in the order they are added. I haven't tested this though.
Is there something you are trying to achieve that needs a specific order?amar1104
08/20/2024, 11:01 AM