ActionScheduler_DBStore::stake_claim( int $max_actions = 10, DateTime $before_date = null,  $hooks = array(),  $group = '' )

Stake a claim on actions.


Description Description


Parameters Parameters

$max_actions

(Optional) Maximum number of action to include in claim.

Default value: 10

$before_date

(Optional) Jobs must be schedule before this date. Defaults to now.

Default value: null


Top ↑

Return Return

(ActionScheduler_ActionClaim)


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.