Base::onPendingContinue

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. onPendingContinue
  • Модуль: 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;
}

Добавить комментарий