ActionScheduler_Action::is_finished()
Method of the class: ActionScheduler_Action{}
No Hooks.
Return
true|false
. If the action has been finished
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->is_finished();
ActionScheduler_Action::is_finished() ActionScheduler Action::is finished code WC 7.3.0
public function is_finished() { return FALSE; }