You appear to be a bot. Output may be restricted
Description
Check if the number of allowed concurrent batches is met or exceeded.
Usage
$bool = ActionScheduler_Abstract_QueueRunner::has_maximum_concurrent_batches();
Parameters
Returns
bool
Source
File name: woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php
Lines:
1 to 3 of 3
public function has_maximum_concurrent_batches() { return $this->store->get_claim_count() >= $this->get_allowed_concurrent_batches(); }