Index: BL/Sys/FOP/SchedulerAbstract.cls.xml =================================================================== diff -u -r29059 -r66530 --- BL/Sys/FOP/SchedulerAbstract.cls.xml (.../SchedulerAbstract.cls.xml) (revision 29059) +++ BL/Sys/FOP/SchedulerAbstract.cls.xml (.../SchedulerAbstract.cls.xml) (revision 66530) @@ -176,7 +176,7 @@ Lock -@("^"_..#ClassNm) ; unlock Job ClassMethod^vhLib.Thread(..#ClassNm,"Schedule") Set NewPID=$ZCHILD - d WLIP^vhDBG(97,"Scheduler started (from $J="_$J_") in New PID "_NewPID) + ;d WLIP^vhDBG(97,"Scheduler started (from $J="_$J_") in New PID "_NewPID) Hang 1 ; 1 seconde wachten Quit ]]> @@ -202,7 +202,7 @@ cbtHandleBusyTask() ; Possible actions: Send mail / Increase MaxBusyTime / Set Status to $$$qsError / Kill process / Restart Task (?) / Ignore / ... Set msg="Max. Busy Time overschreden: QItem "_QItem.%Id()_" started on "_QItem.Started_" and is running for "_DeltaT_" seconds ("_$$cbtFormatTime(DeltaT)_")" - d WL^vhDBG(msg) + ;d WL^vhDBG(msg) ; TO DO: other actions ... ; *** Kill the running process. Else, it might run until eternity :-P If 0 && QItem.ThreadedPID Do @@ -247,24 +247,24 @@