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