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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4c7b60aff78f20a7,start X-Google-Attributes: gid103376,public From: james.deon@prior.ca (James d'Eon) Subject: How to query active processes from Ada Date: 1997/01/03 Message-ID: <5aj97p$a9m@news.spar.ca>#1/1 X-Deja-AN: 207477063 organization: PRIOR Data Sciences newsgroups: comp.lang.ada Date: 1997-01-03T00:00:00+00:00 List-Id: Hi, I have a situation where I am trying to determine if a process is active. I do know the process ID. This is pretty simple from the command line by using the 'ps' command, but I have not been successful yet in implementing this in Ada. Has anyone out there tried this, or have any ideas to point me in the right direction? Thanks, James