once till_end_of_day forever ################################################################# # VALID values above... order is important first one read wins. # ################################################################# ############################################################ # # run_duration.txt # # This file is read by CC_GRAPH_LIC.pl or MT_GRAPH_LIC.pl to determin how long CC_GRAPH_LIC.pl # or MT_GRAPH_LIC.pl will run ($$_GRAPH_LIC.pl refers to CC_GRAPH_LIC.pl or MT_GRAPH_LIC.pl): # # "once" = a single iteration then exit. # "till_end_of_day" = run until the end of the day as defined the the # variable $CLOSE_OUT_AFTER (first defined in $$_GRAPH_LIC.pl). # "forever" = never stop. # # This file is read until the first occurance of one of those strings is found. # # - If this file does not exist in the directory that $$_GRAPH_LIC.pl is found in # then "once" is assumed. # # - If this file is empty or does no contain any of the legal strings then # "once" is assumed. # # NOTE: if you are running "till_end_of_day" or "forever" and wish to stop the # $$_GRAPH_LIC.pl program, do not kill it... instead change this file so that # "once' is first in the list and then $$_GRAPH_LIC.pl will at a safe point # (within 1 minute). # # Author: Charles W. Clarke III (ABS) # email: charles@abs-consulting.com # URL: http://www.abs-consulting.com # Date: Sept. 10, 2000 ############################################################ # History: 09/10/00 : Created for A Better Solution, Inc. # : 09/12/01 : Updated for general use # : 02/09/04 : Updated for CC_GRAPH_LIC.pl and MT_GRAPH_LIC.pl ############################################################