• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::SendConfigDie
static function SendConfigDie()
{
	$arMessage = Array(
		'module_id' => 'pull',
		'command' => 'config_expire',
		'params' => Array()
	);
	CPullStack::AddShared($arMessage);
	try
	{
		BitrixPullEvent::send();
	}
	catch(Throwable $e)
	{
		// ignore exception
	}
}