Base::doRun

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. doRun
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
  • Вызов: Base::doRun
protected function doRun(): bool
{
	$continuePlay = true;
	while ($continuePlay)
	{
		$continuePlay = $this->play();
	}

	return $this->getAgentResult();
}

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