ActionScheduler_Abstract_QueueRunner::time_likely_to_be_exceeded( int $processed_actions )

Check if the host’s max execution time is (likely) to be exceeded if processing more actions.


Description Description


Parameters Parameters

$processed_actions

(Required) The number of actions processed so far - used to determine the likelihood of exceeding the time limit if processing another action


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.