Keyword: TIMEOUT - Execution duration

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: TIMEOUT - Execution duration

Unread post by YiMeng »

Description
  • Perform command until set timeout duration.
  • Will perform script command at least once.
  • Has a 200ms delay between repeats.

Parameters
  • x: The timeout duration in seconds.
  • y: The line command.

Usage
  • TIMEOUT x y
  • TIMEOUT 10 1,2,3
    • Will simulate pressing 1, 2 and 3 keys in sequence for 10 seconds.