• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/event/provideroffline.php
  • Класс: BitrixRestEventProviderOffline
  • Вызов: ProviderOffline::registerFinalize
public function registerFinalize(): void
{
	if (!$this->isFinaliseInit)
	{
		$this->isFinaliseInit = true;
		Application::getInstance()->addBackgroundJob([__CLASS__, 'runFinalize']);
	}
}