Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.148 -r1.189.2.149 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 13 Sep 2022 09:27:25 -0000 1.189.2.148 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 13 Sep 2022 09:33:04 -0000 1.189.2.149 @@ -2969,7 +2969,8 @@ ad_proc util_background_running_p { {-name:required} } { - + @return a boolean telling whether a background execution with this + name is currently running. } { set running_p [nsv_exists util_background_exec $name] return $running_p