...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
- Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
- Вызов: Base::setError
protected function setError(array $progressData, int $errorId, array $errorInfo = []): bool { $progressData['STATUS'] = static::STATUS_STOPPED; $progressData['ERROR'] = $errorId; $progressData['ERROR_INFO'] = $errorInfo; $progressData['TIMESTAMP'] = time(); $this->setProgressData($progressData); $this->setAgentResult(false); return false; }