• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/dispatch/state.php
  • Класс: BitrixSenderDispatchState
  • Вызов: State::isReady
public function isReady()
{
	return in_array($this->getCode(), array(self::NEWISH, self::INIT, self::READY));
}