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

Package: Kernel

Routine: XUTMD


Information

XUTMD ;SEA/RDS - TaskMan: Option, XUTMDEL, Part 1 (Single) ;12/28/94 14:23

Source Information

Source file <XUTMD.m>

Entry Points

Name Comments DBIA/ICR reference
ENV ;Establish Routine Environment
SELECT ;Prompt User To Select Task Or Tasks To Delete
STATUS ;Report On Status Of Task And Whether User May Delete It
S5
S9
CONFIRM ;Prompt User To Confirm Unscheduling
DELETE ;Delete Task

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: SELECT+1
Function Call: WRITE
  • Prompt: !!?5,"That task is not defined.",$C(7)
  • Line Location: STATUS+1
Function Call: WRITE
  • Prompt: !!?5,"That task is running and has no record."
  • Line Location: STATUS+2
Function Call: WRITE
  • Prompt: !!?5,"That task is scheduled but has no record."
  • Line Location: STATUS+3
Function Call: WRITE
  • Prompt: !!?5,"That task's record is incomplete."
  • Line Location: S5+0
Function Call: WRITE
  • Prompt: !!?5,"That task is running and has an incomplete record."
  • Line Location: S5+1
Function Call: WRITE
  • Prompt: !!?5,"That task is scheduled, but has an incomplete record."
  • Line Location: S5+2
Function Call: WRITE
  • Prompt: !!?5,"That task is running."
  • Line Location: S9+0
Function Call: WRITE
  • Prompt: !!?5,"You may only delete your own tasks."
  • Line Location: S9+1
Function Call: WRITE
  • Prompt: !
  • Line Location: CONFIRM+1
Function Call: WRITE
  • Prompt: !
  • Line Location: CONFIRM+2
Function Call: WRITE
  • Prompt: !!?5,"Tasks NOT deleted!"
  • Line Location: CONFIRM+9
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: CONFIRM+10
Function Call: WRITE
  • Prompt: !!?5,"Deleted!"
  • Line Location: DELETE+6
Info |  Source |  Entry Points |  Interaction Calls