public function LauncherInterface::unlock in Ultimate Cron 8.2
Unlock a lock.
Parameters
string $lock_id: The lock id to unlock.
bool $manual: Whether this is a manual unlock or not.
Return value
bool TRUE on successful unlock.
1 method overrides LauncherInterface::unlock()
- SerialLauncher::unlock in src/
Plugin/ ultimate_cron/ Launcher/ SerialLauncher.php - Unlock a lock.
File
- src/
Launcher/ LauncherInterface.php, line 46
Class
- LauncherInterface
- Defines a launcher method.
Namespace
Drupal\ultimate_cron\LauncherCode
public function unlock($lock_id, $manual = FALSE);