From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_05,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e8e46d5e07d7fa11,start X-Google-Attributes: gid103376,public From: "Markus Falsinger" Subject: task finished? Date: 1998/05/16 Message-ID: <01bc620a$7efdf9a0$LocalHost@default>#1/1 X-Deja-AN: 353810761 Organization: Customer of EUnet Austria Newsgroups: comp.lang.ada Date: 1998-05-16T00:00:00+00:00 List-Id: I have created a number of tasks, but to continue with a procedure I have to wait until they all have terminated. How can I check whether they all have terminated or not? (They all have the same name, created in a loop) Thanks, Markus