04-25-2006, 09:43 AM
To check whether current function is running, use getopt(nthreads):
To check whether some other function is running, you need QM 2.1.7 or later. Function IsFunctionRunning:
To check whether some other function is running, you need QM 2.1.7 or later. Function IsFunctionRunning:
;/
function# $functionname
;Returns 1 if function is running, 0 if not.
;EXAMPLE
;if(IsFunctionRunning("MyFunc"))
,;out "MyFunc is running"
int i n=EnumQmThreads(0 0 0 0)
ARRAY(QMTHREAD) a.create(n)
for i 0 EnumQmThreads(&a[0] n 0 0)
,_s.getmacro(a[i].qmitemid 1)
,if(_s~functionname) ret 1