| View previous topic :: View next topic |
| Author |
Message |
nigelle
Joined: 26 Sep 2008 Posts: 70 Location: France
|
Posted: Sat Nov 21, 2009 9:14 pm Post subject: Is a running process working or waiting for the next job ? |
|
|
With the "process" instruction I can know if a program is running or not (has been started and not yet closed).
How can I know if it is working or has finish its job and is just waiting for the next one ?
E.g. I am editing a very big file and doing a huge number of replacements, how can AHK wait till this long operation is finished ?
Or a big and long javascript program is running... |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Nov 22, 2009 12:50 am Post subject: |
|
|
question 1. how do u (human) know if the program is finished?
question 2. if q1 answer is related to text change, does the winspy show that text? |
|
| Back to top |
|
 |
|