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

Package: Order Entry Results Reporting

Routine: ORMTIMST


Information

ORMTIMST ; JM/SLC-ISC - ORMTIME STATUS ROUTINES ;06/06/2006

Source Information

Source file <ORMTIMST.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Pre-install environment check - will ORMTIME run in the next 5 minutes?
RUNNING() ; Checks to see if ORMTIME is running
NEXTRUN() ; Number of minutes before the next scheduled run of ORMTIME. - returns in format MINUTES:SECONDS
; If past scheduled time, but within the last 10 minutes, returns 0 (give TaskMan time to invoke it)
; If -1, unable to determine value
ENVCHECK(MINUTES) ; Environment check to see if ORMTIME is running, or will run in the next few minutes
ENVTEST(MINUTES) ; Run for testing purposes only
ENVMAIN ;
ABORT(TXT) ; Send abort message
OUT(TEXT) ; Send output - if run from install, send to MES^XPDUTL
BOUT(TEXT) ; Send output - if run from install, send to BMES^XPDUTL
PRETEST ; test install
PRECHECK ; Start install - make sure ORMTIME doesn't run while the installation takes place.
PREMAIN ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: TEXT,!
  • Line Location: OUT+2
Function Call: WRITE
  • Prompt: !,TEXT,!
  • Line Location: BOUT+2
Info |  Source |  Entry Points |  Interaction Calls