ActionScheduler_Action::is_finished
Action has not finished.
Method of the class: ActionScheduler_Action{}
No Hooks.
Returns
true|false
.
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->is_finished();
ActionScheduler_Action::is_finished() ActionScheduler Action::is finished code WC 9.9.3
public function is_finished() { return false; }