• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
  • Вызов: Base::deleteProgressData
protected function deleteProgressData()
{
	CUserOptions::DeleteOption('crm', $this->getOptionName(), false, $this->getUserId());
}