Wait

Element that stops the process for a specified number of milliseconds.

Properties
- Waiting*: [Int32] Process pause time (ms)
C#
System.Threading.Thread.Sleep(50);
Python
System.Threading.Thread.Sleep(50)
JavaScript
_lib.System.Threading.Thread.Sleep(50);
Last updated