• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/monitor.php
  • Класс: Bitrix\Crm\Counter\Monitor
  • Вызов: Monitor::__construct
private function __construct()
{
	$this->clearChangesCollections();

	Application::getInstance()->addBackgroundJob(fn() => $this->processChangesInBackground());
}