ns_info scheduled returns a Tcl list of lists for each scheduled proc:
lindex position value
-------------------- ------------------------------
0 id
1 flags
2 interval
3 nextqueue
4 lastqueue
5 laststart
6 lastend
7 proc
8 arg
flags bitmask flags value
-------------------- ------------------------------
1 thread
2 once
4 daily
8 weekly
16 paused
32 running
For more info checkout sched.c.
- n
-----Original Message-----
From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf
Of Nick Kaiho
Sent: Monday, July 02, 2001 6:05 PM
To: [EMAIL PROTECTED]
Subject: [AOLSERVER] ns_info scheduled
Is there documentation somewhere on (or can someone please explain) the
output of [ns_info scheduled]?
-Nick