1 02/08/84  execute_epilogue_
 2 
 3 
 4 Entry points in execute_epilogue_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: execute_epilogue_: 02/08/84  execute_epilogue_
 9 
10 Function: is called during process or run unit termination to call the
11 routines in the list of epilogue handlers.  The logout and new_proc
12 commands are the prime callers of execute_epilogue_.  It is also
13 called when the run unit terminates to allow programs executing in the
14 run unit to clean up.  The add_epilogue_handler_ subroutine is used to
15 add a program to the list that execute_epilogue_ calls.
16 
17 
18 Syntax:
19 declare execute_epilogue_ entry (bit (1) aligned);
20 call execute_epilogue_ (run_only);
21 
22 
23 Arguments:
24 run_only
25    is set to "1"b if epilogue handlers are to be invoked only for the
26    run unit and not for the entire process.  (Input)