wezterm.sleep_ms(milliseconds)
¶
Since: Version 20201031-154415-9614e117
The functionality described in this section requires version 20201031-154415-9614e117 of wezterm, or a more recent version.
wezterm.sleep_ms
suspends execution of the script for the specified
number of milliseconds. After that time period has elapsed, the script
continues running at the next statement.