| View previous topic :: View next topic |
| Author |
Message |
areebb
Joined: 13 Feb 2008 Posts: 7
|
Posted: Wed Feb 13, 2008 10:31 am Post subject: Multi-threading? Don't quite understand it. |
|
|
I don't wanna do anything fancy. Just want to be able to pause a currently running function (by simply calling the Pause command) by pressing the Win+P key. I believe I need multi-threading for this. I can't seem to figure out how though. Can someone please post the code? Would really appreciate it. _________________ Areeb Bajwa |
|
| Back to top |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 381
|
Posted: Wed Feb 13, 2008 1:20 pm Post subject: |
|
|
To pause an entire script:
As for multi-threading, AutoHotkey has functionality to mimic the effect of Threads. |
|
| Back to top |
|
 |
|