Releases a lock.
bool TRUE if successful, FALSE if not.
public function releaseLock() : bool { return unlink($this->getLockFile($this->lockId)); }