• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/event.php
  • Класс: BitrixPullEvent
  • Вызов: Event::onAfterEpilog
static function onAfterEpilog()
{
	MainApplication::getInstance()->addBackgroundJob([__CLASS__, "sendInBackground"]);
	return true;
}