• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/dispatch/state.php
  • Класс: BitrixSenderDispatchState
  • Вызов: State::pause
public function pause()
{
	if ($this->changeState(self::PAUSED))
	{
		$this->updateDatePause(); //TODO: move to tablet!
		return true;
	}

	return false;
}