title: wezterm.sleep_ms tags:
- utility
- time
wezterm.sleep_ms(milliseconds)
{{since('20201031-154415-9614e117')}}
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.