groundhogg/event_queue/process/after
This action hook is used to run custom code once Groundhogg has completed the execution of an event using the event queue.
do_action( 'groundhogg/event_queue/process/after', $this );
Using this hook developer can access the Object of Event_Queue class of Groundhogg. This hook is ideal for designing the cleaning process once any event is completed.