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 |  Interaction Calls
Print Page as PDF
Routine: XUTMTR2

Package: Kernel

Routine: XUTMTR2


Information

XUTMTR2 ;SEA/RDS - TaskMan: ToolKit, Report 2 (Status & Stop) ;05/26/98 16:42

Source Information

Source file <XUTMTR2.m>

Entry Points

Name Comments DBIA/ICR reference
TASK ;Lookup Task File Data And Set Stop Flag
SCHED ;Lookup Task In Schedule File And Unschedule Task
REPORT ;Report Results Of Lookup And Stop
DQIO ;Remove A Device Waiting List Entry
NOPE

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Task # ",XUTMT," does not exist."
  • Line Location: TASK+1
Function Call: WRITE
  • Prompt: !,"Task # ",XUTMT," does exist, but is missing critical data."
  • Line Location: TASK+2
Function Call: WRITE
  • Prompt: !,"This task has already started running, but it has been asked to stop."
  • Line Location: REPORT+1
Function Call: WRITE
  • Prompt: !?5,"The task's record is missing critical data."
  • Condition for execution: $D(^%ZTSK(ZTSK,0))[0
  • Line Location: REPORT+1
Function Call: WRITE
  • Prompt: !,"Task unscheduled and stopped."
  • Line Location: REPORT+2
Function Call: WRITE
  • Prompt: !,"This task was already stopped."
  • Line Location: REPORT+3
Function Call: WRITE
  • Prompt: !,"Task stopped!"
  • Line Location: REPORT+4
Info |  Source |  Entry Points |  Interaction Calls