TWOps.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Christian Le Cocq June 23, 1987 3:47:34 pm PDT
TimberWolfSC <--> Cedar DATools
DIRECTORY
Rope USING [ROPE];
TWOps: CEDAR DEFINITIONS ~ BEGIN
ROPE: TYPE = Rope.ROPE;
TWIt: PROC [id: ROPE, waitUntilDone: BOOLEANFALSE] RETURNS [msg: ROPE];
this proc will launch TimberWolfSC on the Vax and send and retrieve the appropriate files. If waitUntilDone is set it will return after completion of the job. Otherwise it will return immediately after sending the initial command.
END.