Jump to content

Recommended Posts

Posted (edited)

Hey, how is the code called, to stop a while (loop), if another function is starting after a 20 Minutes Timer?

If the function has made her function, the timer will get reset and my other while/loop begins again.

Edited by Gadoz
Posted

Set a flag within the function when it starts and reset it when the function ends. 
Check the flag inside  your while loop and do a short sleep when the flag is set, else do whatever you want to do in the loop.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)

I want bot to be a millionaire in game.....

just joking,

 

I want create a script/tool that always saves my file to calculate, how long I have worked for it. (photoshop)

First function:

(timer saves my file with ctrl + s,) the next function: it will write the times in a excel sheet. 

Edited by Gadoz
Posted

So what have you tried so far?

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...