G
Guest
Hi All,
If the name of a process is known, is it possible to check whether it is in
execution?
What I did was to fetch all the processes running on the system using
Process.GetProcesses() and traverse through the array looking for the Process
name.
Is there a shortcut or easier way to accomplish this?
Thanks.
kd.
If the name of a process is known, is it possible to check whether it is in
execution?
What I did was to fetch all the processes running on the system using
Process.GetProcesses() and traverse through the array looking for the Process
name.
Is there a shortcut or easier way to accomplish this?
Thanks.
kd.