ActionScheduler_Abstract_QueueRunner::run()publicWC 1.0

Process actions in the queue.

Method of the class: ActionScheduler_Abstract_QueueRunner{}

No Hooks.

Return

Int. The number of actions processed.

Usage

$ActionScheduler_Abstract_QueueRunner = new ActionScheduler_Abstract_QueueRunner();
$ActionScheduler_Abstract_QueueRunner->run( $context );
$context(string)
Optional identifer for the context in which this action is being processed, e.g. 'WP CLI' or 'WP Cron' Generally, this should be capitalised and not localised as it's a proper noun.
Default: ''

ActionScheduler_Abstract_QueueRunner::run() code WC 8.7.0

abstract public function run( $context = '' );