11-15-2014, 01:14 AM
Hello i just start to using this software so i want to know how i can stop running a function macro? because my macro just continous until he does all the actions.
How to stop a macro
|
11-15-2014, 01:14 AM
Hello i just start to using this software so i want to know how i can stop running a function macro? because my macro just continous until he does all the actions.
11-15-2014, 05:09 AM
Right-click the function in QM window -> Running items -> Threads.
Or right-click QM tray icon and select Threads.
11-15-2014, 05:32 AM
Ok, but there is a way to stop the macro with some kind of hotkeys or with a code within the own script?
11-15-2014, 05:53 AM
If it is a function, the 'End macro' hotkey does not work. And there is no 'End function' hotkey. If need, create another function that ends the first function, and assign it a keyboard trigger. Example:
Function end_Function299 Trigger CSe ![]() Quote:or with a code within the own scriptUse ret. Or break, if in a loop. Example: Function Function300
11-15-2014, 06:13 AM
Thank you very much. Just one little doubt more, the last code is written at the end of the script or at the beginning?
11-15-2014, 06:22 AM
It is full script. The code does not set a hotkey to end macro. It is just an example how a script itself can check if a key is pressed and then end (ret).
11-15-2014, 04:39 PM
Ok thank you very much for your help, i will test it right now
|
« Next Oldest | Next Newest »
|