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