[613] | 1 | XUTMQH ;SEA/RDS - TaskMan: Option, ZTMINQ, Part 1A (Help) ;4/19/90 12:11 ;
|
---|
| 2 | ;;8.0;KERNEL;;Jul 10, 1995
|
---|
| 3 | ;
|
---|
| 4 | ENTRY G ^XUTMQ
|
---|
| 5 | ;
|
---|
| 6 | HELP ;Help Prompt For '?'
|
---|
| 7 | N ZT W @IOF,!!,"This option can only display the tasks that are currently defined on this",!?5,"volume set."
|
---|
| 8 | W !!,"Enter A to see all tasks that you created."
|
---|
| 9 | W !,"Enter Y to see all currently scheduled or waiting tasks that you created."
|
---|
| 10 | W !,"Enter E to see every task."
|
---|
| 11 | W !,"Enter L to pick by number the tasks you want to see."
|
---|
| 12 | W !,"Enter U to see tasks that errored, were rejected, or were unscheduled."
|
---|
| 13 | W:%ZTF !,"Enter F to see all currently scheduled or waiting tasks."
|
---|
| 14 | W:%ZTI !,"Enter T to see all tasks waiting for busy devices to become available."
|
---|
| 15 | W:%ZTI !,"Enter W to pick a device, and see all tasks waiting for that device."
|
---|
| 16 | W:%ZTR !,"Enter R to see all tasks that are currently running."
|
---|
| 17 | W:%ZTL !,"Enter C to see all tasks waiting for a dropped link to be restored."
|
---|
| 18 | F ZT=0:0 R !!,"Press RETURN to continue: ",ZT:$S($D(DTIME)#2:DTIME,1:60) Q:ZT=""!(ZT="^") W !!,"Enter either RETURN or '^'" W:ZT'["?" $C(7)
|
---|
| 19 | W @IOF Q
|
---|
| 20 | ;
|
---|