• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_bizproc_helper.php
  • Класс: \CCrmBizProcHelper
  • Вызов: CCrmBizProcHelper::isActiveDebugEntity
static function isActiveDebugEntity(int $entityTypeId, int $entityId): bool
{
	$ids = static::getActiveDebugEntityIds($entityTypeId);

	return in_array($entityId, $ids, true);
}