Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: %ZTLOAD

Package: Kernel

Routine: %ZTLOAD


Information

%ZTLOAD ;ISF/RDS,RWF - TaskMan: Programmer Interface: Entry Points ;07/26/2006

Source Information

Source file <ZTLOAD.m>

Entry Points

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?
  • ICR #10063
    • Status: Active
    • Usage: Supported
    TM() ;Entry Point: extrinsic variable returns boolean: is TM running?
  • ICR #10063
    • Status: Active
    • Usage: Supported
    REQ ;Entry Point: requeue a task (edit, reschedule)
  • ICR #10063
    • Status: Active
    • Usage: Supported
    KILL ;Entry Point: delete a task
  • ICR #10063
    • Status: Active
    • Usage: Supported
    ISQED ;Entry Point: return whether task is pending (scheduled or waiting)
  • ICR #10063
    • Status: Active
    • Usage: Supported
    STAT ;Entry Point: return status of a task
  • ICR #10063
    • Status: Active
    • Usage: Supported
    DQ ;Entry Point: dequeue a task (unschedule)
  • ICR #10063
    • Status: Active
    • Usage: Supported
    DESC(DESC,LST) ;Find tasks with description
  • ICR #10063
    • Status: Active
    • Usage: Supported
    RTN(RTN,LST) ;Find tasks that call this routine
  • ICR #10063
    • Status: Active
    • Usage: Supported
    OPTION(OPNM,LST) ;Find tasks for this OPTION.
  • ICR #10063
    • Status: Active
    • Usage: Supported
    JOB(ZTM) ;Return the job # for a running task
  • ICR #10063
    • Status: Active
    • Usage: Supported
    ZTSAVE(%,%1) ;input variables in string delimited by ; to build ZTSAVE array
  • ICR #10063
    • Status: Active
    • Usage: Supported
    PSET(ZTM) ;e.f. Set the persistents node
  • ICR #10063
    • Status: Active
    • Usage: Supported
    PCLEAR(ZTM) ;Clear the persistents node
  • ICR #10063
    • Status: Active
    • Usage: Supported
    ASKSTOP(ZTSK) ;E.F. Ask a task to stop.
  • ICR #10063
    • Status: Active
    • Usage: Supported
    TN
    Info |  Source |  Entry Points