• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/helper.php
  • Класс: Bitrix\Crm\Automation\Helper
  • Вызов: Helper::isBizprocEnabled
static function isBizprocEnabled()
{
	if (static::$isBizprocEnabled === null)
	{
		static::$isBizprocEnabled = Loader::includeModule('bizproc');
	}

	return static::$isBizprocEnabled;
}