Title: Completion/progress hooks?
Last modified: September 1, 2020

---

# Completion/progress hooks?

 *  Resolved [elektrobank](https://wordpress.org/support/users/elektrobank/)
 * (@elektrobank)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/completion-progress-hooks/)
 * How can I call a function when a row has been processed? Is there a hook I can
   tap into that will tell me every time a row has been processed and then I can
   just check the remaining jobs each time? Or a hook that will tell me when all
   the rows are processed for a specific group? Where does one find a list of all
   the hooks and filters available? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [crstauf](https://wordpress.org/support/users/crstauf/)
 * (@crstauf)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/completion-progress-hooks/#post-13347731)
 * > How can I call a function when a row has been processed? Is there a hook I 
   > can tap into that will tell me every time a row has been processed and then
   > I can just check the remaining jobs each time?
 * [@elektrobank](https://wordpress.org/support/users/elektrobank/) The [`action_scheduler_after_execute` action](https://github.com/woocommerce/action-scheduler/blob/version_3_2_0/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php#L66)
   is likely your best option. (Note: there are also actions available if the scheduled
   action failed execution or validation.)
 * > Or a hook that will tell me when all the rows are processed for a specific 
   > group?
 * I do not think that is available; [`action_scheduler_after_process_queue` action](https://github.com/woocommerce/action-scheduler/blob/version_3_2_0/classes/ActionScheduler_QueueRunner.php#L137)
   would be your closest option.
 * > Where does one find a list of all the hooks and filters available?
 * There does not appear to be documentation on all of the hooks and filters, though
   you can search the plugin’s codebase for [`do_action`](https://github.com/woocommerce/action-scheduler/search?q=do_action&unscoped_q=do_action)
   and [`apply_filters`](https://github.com/woocommerce/action-scheduler/search?q=apply_filters&unscoped_q=apply_filters).
 *  Thread Starter [elektrobank](https://wordpress.org/support/users/elektrobank/)
 * (@elektrobank)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/completion-progress-hooks/#post-13348272)
 * Thanks that should work

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Completion/progress hooks?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/action-scheduler.svg)
 * [Action Scheduler](https://wordpress.org/plugins/action-scheduler/)
 * [Support Threads](https://wordpress.org/support/plugin/action-scheduler/)
 * [Active Topics](https://wordpress.org/support/plugin/action-scheduler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/action-scheduler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/action-scheduler/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [elektrobank](https://wordpress.org/support/users/elektrobank/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/completion-progress-hooks/#post-13348272)
 * Status: resolved