EndOps.mesa; Written by S. McGregor
Edited by McGregor on July 21, 1983 11:00 am
Last Edited by: Maxwell, January 3, 1983 10:29 am
Last Edited by: Wyatt, October 14, 1983 7:19 pm
EndOps: CEDAR DEFINITIONS
= BEGIN
Register: PROC[proc: PROC];
Procedures registered will be called synchronously after the user input is enabled, but before any automatic checkpoint takes place.
ProcessRegistry: PROC;
Calls the procedures in the order in which they were registered, and empties the list.
END.