Scheduler::pushQueue

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. Scheduler
  4. pushQueue
  • Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/processor/task/scheduler.php
  • Класс: BitrixTasksProcessorTaskScheduler
  • Вызов: Scheduler::pushQueue
public function pushQueue($id, $handler)
{
	$this->queue[] = array(
		'ID' => $id,
		'PROCESSOR' => $handler,
	);
}

Добавить комментарий