groundhogg/event/run/before
This action hook is used to run custom code after the event is processed by the event queue of Groundhogg.
do_action( 'groundhogg/event_queue/process/after', $this );
Using this hook developer can access the object of the event queue.