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