• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/delayinterval.php
  • Класс: BitrixBizprocAutomationEngineDelayInterval
  • Вызов: DelayInterval::isNow
public function isNow()
{
	return (
		!$this->isWorkTime()
		&& !$this->isWaitWorkDay()
		&& !$this->getInTime()
		&& $this->getBasis() === Helper::CURRENT_DATETIME_BASIS
		&& $this->getValue() === 0
	);
}