Hi All
How i can check whether a particular process is running or not through the script.
Thanks in advance
How to check Is process running
2 posts
I got the answer
Processes::FindProcess "process_name"
$R0 contains return value
1 - Process is there
0 - Process is not there
Processes::FindProcess "process_name"
$R0 contains return value
1 - Process is there
0 - Process is not there