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