Base::onPendingStop

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. onPendingStop
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
  • Вызов: Base::onPendingStop
protected function onPendingStop(array $progressData): bool
{
	$progressData['STATUS'] = static::STATUS_STOPPED;
	$progressData['TIMESTAMP'] = time();
	$this->setProgressData($progressData);

	$this->setAgentResult(false);

	return false;
}

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