Page 1 of 1

Keyword: TIMEOUT - Execution duration

Posted: Fri Jun 11, 2021 6:53 am
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.