is there an API function that can return whether a specific process is running? here's why...
let's say there's a problem w/an application and a user tries to open it but it never opens, but the process starts in the background and of course they don't know that. then they try to open it again and again and again... until they have 25 instances of this process running... is there a function or api call to use that can check what processes are in that task manager list? I know about the getWindow api but I don't want the window because i'm theorizing that the program window never opened...
thanks!
let's say there's a problem w/an application and a user tries to open it but it never opens, but the process starts in the background and of course they don't know that. then they try to open it again and again and again... until they have 25 instances of this process running... is there a function or api call to use that can check what processes are in that task manager list? I know about the getWindow api but I don't want the window because i'm theorizing that the program window never opened...
thanks!