Jump to content

Recommended Posts

Posted

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.

Posted

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.htm

Although 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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...