Function CalculateNextTrigger
Calculate the next time the passed tasks should be triggered.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ScheduledTasks.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ScheduledTasks.php
string|array |
$tasks = array() |
The ID of a single task or an array of tasks |
boolean |
$forceUpdate = false |
Whether to force the tasks to run now |