Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time Limit
#1
Guys,

how can I put a time limit for each Function running in my Macro?

I've created a .exe to run the macro below:

Code:
Copy      Help
;;Macro 1
rep 3
    FUNCTION_1 ;err
    FUNCTION_2 ;err
    err 5; continue
    break

But, sometimes, the Function 1 or 2 take more than 30 min to run. I'd like to limit the running time by just 1min for each function.

Could you pls help me ?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)