ActionScheduler_DBStore::claim_actions( string $claim_id, int $limit, DateTime $before_date = null,  $hooks = array(),  $group = '' )

Mark actions claimed.


Description Description


Parameters Parameters

$claim_id

(Required) Claim Id.

$limit

(Required) Number of action to include in claim.

$before_date

(Optional) Should use UTC timezone.

Default value: null


Top ↑

Return Return

(int) The number of actions that were claimed.


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

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