From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 18 Jul 91 19:12:38 GMT From: ucivax!gateway@ucbvax.Berkeley.EDU (J o s e D u a r t e) Subject: Task Access Type Variables Message-ID: <9107181212.aa26405@PARIS.ICS.UCI.EDU> List-Id: Here's a question: What happens to the value of a variable which is an access to a task (type) once the task completes its job or terminates for some reason? Does this access type variable become NULL or will it access some garbage location? I could just use the TVAR.all'CALLABLE or TVAR.all'TERMINATED task attributes to see what the status of the task that TVAR points to is. (Of course, I'll check to make sure that TVAR /= null before I do this). Does anyone know the official answer? Just wondering, Jose' D.