• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/configstatistic.php
  • Класс: BitrixImOpenLinesConfigStatistic
  • Вызов: ConfigStatistic::addEventHandlerSave
static function addEventHandlerSave(): void
{
	if (empty(self::$flagEvent))
	{
		Application::getInstance()->addBackgroundJob(
			[__CLASS__, 'save'],
			[],
			Application::JOB_PRIORITY_LOW
		);

		self::$flagEvent = true;
	}
}