Process Monitor

delphi package - easy access to kernel objects etc.
Post Reply
andregv
Posts: 2
Joined: Wed Sep 22, 2010 3:11 pm

Process Monitor

Post by andregv »

Hello to all!

I'd like to monitor some applications (4, actually).
How could I do this?

ps.: when I sad 'monitor', I would like to know whether those application are running or not, or responding etc.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Process Monitor

Post by madshi »

Sorry for the late reply.

Hmmmm... You can do e.g. this:

Code: Select all

if Process('calc.exe').IsStillRunning then
Does that help?
andregv
Posts: 2
Joined: Wed Sep 22, 2010 3:11 pm

Re: Process Monitor

Post by andregv »

I got it!!

Thx for reply!
Post Reply