ActionScheduler_ActionFactory

Class ActionScheduler_ActionFactory


Description Description


Source Source

File: packages/action-scheduler/classes/ActionScheduler_ActionFactory.php


			

Top ↑

Methods Methods

  • async — Enqueue an action to run one time, as soon as possible (rather a specific scheduled time).
  • cron — Create the first instance of an action recurring on a Cron schedule.
  • get_stored_action
  • recurring — Create the first instance of an action recurring on a given interval.
  • repeat — Create a successive instance of a recurring or cron action.
  • single
  • store

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.