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

	return in_array($statusId, $arStatuses);
}