Scheduler class : creates and manages the FopTask objects, contained in a FopTaskQueue. 1 VHSys.Scheduler.BL.SchedulerAbstract Scheduler Resource Name : - moet een unieke naam zijn over de hele Namespace !!! - mag maximaal 24 karakters lang zijn !!! (punten en andere leestekens niet meegerekend) - meestal wordt de naam van de Scheduler-klasse genomen, of alleszins op basis daarvan SysFOPScheduler BL.Sys.FOP.Scheduler Sys.FOP.QueueItem Sys.FOP.QueueArchive Sys.FOP.Logging 97 192.168.1.97 Stoppen van de Scheduler (only 1 process) Oproepen via : s sc=##class(BL.Sys.FOP.Scheduler).Stop() Start the Process attached to the QItem. Returns 0 when started in the current process, 1 if started in a new process (blnJobbed) When blnJobbed=1, then the method PostProcessTask() must be called from within the jobbed process (via the QItem) The scheduler can actually run in 3 different modes of processing: Run a task in - a new process - its own process - a fixed process Default is: run task in new process (when the RunMode of QItem is Threaded or Batch) This method overrides the basic method, to modify the mode of processing. 1 %Boolean 1 QItem:VHSys.Scheduler.QueueAbstract %String 1 QItem:VHSys.Scheduler.QueueAbstract,Task:Sys.FOP.Task,NewQItemID:%Integer 1