• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ml/model/base.php
  • Класс: Bitrix\Crm\Ml\Model\Base
  • Вызов: Base::getState
public function getState()
{
	return $this->mlModel? $this->mlModel->getState() : false;
}