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