lbrtdy Posted June 30, 2009 Posted June 30, 2009 So far I know there's a thing called adlibenable() that runs a function every so often, but this pauses the rest of the script while it's running. Is there a equivalent of this but doesn't pause the script? Kind of like the SetTimer in autohotkey.
herewasplato Posted June 30, 2009 Posted June 30, 2009 So far I know there's a thing called adlibenable() that runs a function every so often, but this pauses the rest of the script while it's running. Is there a equivalent of this but doesn't pause the script? Kind of like the SetTimer in autohotkey.SetTimer in AutoHotKey pauses the script that called it:http://www.autohotkey.com/docs/commands/SetTimer.htmAlthough timers may give the illusion that the script is performing more than one task simultaneously, this is not the case.You can have the main script launch a child. [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now