util_background_running_p (public)

 util_background_running_p -name name

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Switches:
-name
(required)
Returns:
a boolean telling whether a background execution with this name is currently running.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    set running_p [nsv_exists util_background_exec $name]
    return $running_p
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: