public function CronJobInterface::unlock in Ultimate Cron 8.2
Unlock job.
Parameters
string $lock_id: The lock id to unlock.
boolean $manual: Whether or not this is a manual unlock.
1 method overrides CronJobInterface::unlock()
- CronJob::unlock in src/
Entity/ CronJob.php - Unlock job.
File
- src/
CronJobInterface.php, line 214
Class
Namespace
Drupal\ultimate_cronCode
public function unlock($lock_id = NULL, $manual = FALSE);