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

Package: Kernel

Routine: XUTMUSE2


Information

XUTMUSE2 ;SEA/RDS - TaskMan: Option, XUTMUSER, Part 3 (Edit) ;05/26/98 16:46

Source Information

Source file <XUTMUSE2.m>

Entry Points

Name Comments DBIA/ICR reference
TASK ;Handle Unusual Tasks
STOP ;Report Need To Stop Task, Prompt For Confirmation
OUTPUT ;Report Whether Task Involved Output
DEVICE ;Allow User To Change Output Device Request
RUNTIME ;Allow User To Change Task's Next Run Time
R1 ;
PURPOSE ;Allow User To Edit Description Of Task's Purpose
BRIEF ;Show User Brief Of Task
REQ ;Allow User To Reschedule Task
HELP2 ;RUNTIME--provide ?? help in selecting a start time for this task
H1 ;
SCREEN ;RUNTIME--screen out start times prohibited according to the option
S1 ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This task's record is missing critical data. There's nothing to edit."
  • Line Location: TASK+2
Function Call: WRITE
  • Prompt: !,"This task is currently running. You should either wait for the task to stop",!?5,"running, or use the Stop Task action to try to stop it sooner."
  • Line Location: TASK+3
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+1
Function Call: WRITE
  • Prompt: !,"Task not changed."
  • Line Location: STOP+2
Function Call: WRITE
  • Prompt: !!,"Task not available for editing."
  • Line Location: STOP+3
Function Call: WRITE
  • Prompt: !,"Task ready for editing."
  • Line Location: STOP+4
Function Call: WRITE
  • Prompt: !
  • Line Location: OUTPUT+1
Function Call: WRITE
  • Prompt: !,"Currently, this task does not request an output device."
  • Condition for execution: $P(ZTSK(.2),U)=""
  • Line Location: OUTPUT+1
Function Call: WRITE
  • Prompt: !,"Currently, this task requests output device ",$P($P(ZTSK(.2),U),";"),"."
  • Condition for execution: $P(ZTSK(.2),U)]""
  • Line Location: OUTPUT+1
Function Call: WRITE
  • Prompt: !
  • Line Location: RUNTIME+1
Function Call: WRITE
  • Prompt: " ** TIME-OUT **",$C(7)
  • Line Location: R1+1
Function Call: WRITE
  • Prompt: " ** ^-ESCAPE **"
  • Line Location: R1+2
Function Call: WRITE
  • Prompt: !
  • Line Location: PURPOSE+1
Function Call: WRITE
  • Prompt: !!,ZTSK,": ",$E(ZTSK(.03),1,70)
  • Line Location: BRIEF+1
Function Call: WRITE
  • Prompt: !
  • Line Location: BRIEF+3
Function Call: WRITE
  • Prompt: $S($P($P(ZTSK(.2),U),";")]"":$P($P(ZTSK(.2),U),";"),1:"No output device")
  • Line Location: BRIEF+4
Function Call: WRITE
  • Prompt: "."
  • Condition for execution: ZTL<80
  • Line Location: BRIEF+5
Function Call: WRITE
  • Prompt: !
  • Line Location: BRIEF+5
Function Call: WRITE
  • Prompt: ZTD
  • Line Location: BRIEF+6
Function Call: WRITE
  • Prompt: "."
  • Line Location: BRIEF+6
Function Call: WRITE
  • Prompt: !,"Task not rescheduled."
  • Line Location: REQ+1
Function Call: WRITE
  • Prompt: !,"Task rescheduled."
  • Line Location: REQ+6
Function Call: WRITE
  • Prompt: !!?5,"This will be the time TaskMan starts your task."
  • Line Location: HELP2+2
Function Call: WRITE
  • Prompt: !!?5,"The option you used to queue this task was:"
  • Line Location: HELP2+7
Function Call: WRITE
  • Prompt: !?5,$P(ZTREC,U,2)
  • Line Location: HELP2+8
Function Call: WRITE
  • Prompt: !!?5,"It may only be run at certain times."
  • Line Location: H1+4
Function Call: WRITE
  • Prompt: !?5,"This option will notify you if you select a restricted time."
  • Line Location: H1+5
Info |  Source |  Entry Points |  Interaction Calls