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