Toby
0
Q:

check if process is open c#

Process[] proc = Process.GetProcessesByName("chrome");
if (proc.Length == 0) {
  // run whatever here if process is NOT open
}
else {
  // run whatever here if process is open
}
0

New to Communities?

Join the community