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