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: XUTMONH

Package: Kernel

Routine: XUTMONH


Information

XUTMONH ;SEA/RDS - TaskMan: Option, XUTMON, Part 3 (Help Driver) ;5/3/94 11:40 ;

Source Information

Source file <XUTMONH.m>

Entry Points

Name Comments DBIA/ICR reference
RESET ;Setup parameters for DIR call
BRANCH ;DO the selected listing
S
W
O
J
T
L
HELP ;Help text for '?'
SCREEN ;Screen out unknown users
SELECT ;Select listing (main loop)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Use ZTMON"
  • Line Location: XUTMONH+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: RESET+1
Function Call: WRITE
  • Prompt: !!,"Enter S to see the list of tasks scheduled for the future."
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !,"Enter W to see all tasks that are waiting for output devices."
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !,"Enter O to see the waiting list for a single device."
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"Enter J to see all tasks waiting for submanagers."
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !,"Enter T to see all currently running tasks."
  • Line Location: HELP+5
Function Call: WRITE
  • Prompt: !,"Enter L to see all tasks waiting for a dropped link to be restored."
  • Line Location: HELP+6
Function Call: WRITE
  • Prompt: !!?5,"I do not know who you are (your DUZ variable is ",$S($D(DUZ)[0:"undefined).",1:"null).")
  • Line Location: SCREEN+1
Function Call: WRITE
  • Prompt: !!?5,"User # ",DUZ," is not defined in this uci. I'm not sure who you are."
  • Line Location: SCREEN+2
Function Call: WRITE
  • Prompt: !?5,"You may not use the monitor's help facility."
  • Line Location: SCREEN+3
Function Call: READ
  • Formatting: !
  • Prompt: "Press RETURN to continue: "
  • Variable: Y
  • Timeout: $S($D(DTIME)#2:DTIME,1:60)
  • Line Location: SCREEN+4
Info |  Source |  Entry Points |  Interaction Calls