%ZTLOAD ;ISF/RDS,RWF - TaskMan: Programmer Interface: Entry Points ;07/26/2006
Source file <ZTLOAD.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| QUEUE | ;queue a task (create, schedule) (Entry Point = ^%ZTLOAD)
|
|
| S(MSG) | ;Entry Point: extrinsic variable returns boolean: should task stop?
|
|
| TM() | ;Entry Point: extrinsic variable returns boolean: is TM running?
|
|
| REQ | ;Entry Point: requeue a task (edit, reschedule)
|
|
| KILL | ;Entry Point: delete a task
|
|
| ISQED | ;Entry Point: return whether task is pending (scheduled or waiting)
|
|
| STAT | ;Entry Point: return status of a task
|
|
| DQ | ;Entry Point: dequeue a task (unschedule)
|
|
| DESC(DESC,LST) | ;Find tasks with description
|
|
| RTN(RTN,LST) | ;Find tasks that call this routine
|
|
| OPTION(OPNM,LST) | ;Find tasks for this OPTION.
|
|
| JOB(ZTM) | ;Return the job # for a running task
|
|
| ZTSAVE(%,%1) | ;input variables in string delimited by ; to build ZTSAVE array
|
|
| PSET(ZTM) | ;e.f. Set the persistents node
|
|
| PCLEAR(ZTM) | ;Clear the persistents node
|
|
| ASKSTOP(ZTSK) | ;E.F. Ask a task to stop.
|
|
| TN |