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