ActionScheduler_FinishedAction::execute()publicWC 1.0

Method of the class: ActionScheduler_FinishedAction{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_FinishedAction = new ActionScheduler_FinishedAction();
$ActionScheduler_FinishedAction->execute();

ActionScheduler_FinishedAction::execute() code WC 8.6.1

public function execute() {
	// don't execute
}