• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/event/queue.php
  • Класс: Bitrix\ImOpenLines\Queue\Event\Queue
  • Вызов: Queue::stopLock
protected function stopLock(int $chatId): bool
{
	return Lock::getInstance()->delete(static::getKeyLock($chatId));
}