You are here

abstract public function UltimateCronLauncher::unlock in Ultimate Cron 7.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.

2 methods override UltimateCronLauncher::unlock()
UltimateCronBackgroundProcessLegacyLauncher::unlock in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Unlock background process.
UltimateCronSerialLauncher::unlock in plugins/ultimate_cron/launcher/serial.class.php
Unlock job.

File

./ultimate_cron.plugin.inc, line 938
Plugin framework for Ultimate Cron.

Class

UltimateCronLauncher
Abstract class for Ultimate Cron launchers.

Code

public abstract function unlock($lock_id, $manual = FALSE);