• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/delayinterval.php
  • Класс: BitrixBizprocAutomationEngineDelayInterval
  • Вызов: DelayInterval::setValue
public function setValue($value)
{
	$this->value = (int)$value;

	return $this;
}