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