• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_status_invoice.php
  • Класс: \allow
  • Вызов: allow::isStatusFailed
static function isStatusFailed($statusId): bool
{
	$arStatuses = self::getStatusIds('failed');

	return in_array($statusId, $arStatuses);
}