• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/runtime/timer.php
  • Класс: Bitrix\Sender\Runtime\Timer
  • Вызов: Timer::setTimeout
public function setTimeout($timeout)
{
	$this->timeout = $timeout;
	return $this;
}