ActionScheduler_ActionFactory
Description Description
Source Source
File: packages/action-scheduler/classes/ActionScheduler_ActionFactory.php
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