You are here

public function LockInterface::reLock in Ultimate Cron 8.2

Relock.

Parameters

string $lock_id: The lock id to relock.

float $timeout: The timeout in seconds for the lock.

Return value

boolean TRUE if relock was successful.

1 method overrides LockInterface::reLock()
Lock::reLock in src/Lock/Lock.php
Relock.

File

src/Lock/LockInterface.php, line 28

Class

LockInterface
Class for handling lock functions.

Namespace

Drupal\ultimate_cron\Lock

Code

public function reLock($lock_id, $timeout = 30.0);