• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/integration/bizproc/automation/factory.php
  • Класс: BitrixRpaIntegrationBizprocAutomationFactory
  • Вызов: Factory::isBizprocEnabled
static function isBizprocEnabled()
{
	if (static::$isBizprocEnabled === null)
	{
		static::$isBizprocEnabled = Loader::includeModule('bizproc');
	}

	return static::$isBizprocEnabled;
}