Sleep Delay
source.sleep(p, ms)
Sleeps for ms
milliseconds.
Unlike tools.sleep this is not limited to 2000ms, and will return immediately if the source is asked to abort (tools.abortsrc)
Parameter | Type | Description |
---|---|---|
p |
table | Protocol table |
ms |
integer | Milliseconds |