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

	return (getmicrotime() - $this->timeAtStart >= $this->timeout);
}