Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014 · 2 revisions

sleep

Enables the possibility to make a short break - computationally. Sets the computation thread on idle for a number of ms.

sleep(timeout)

Sets the computation thread on idle for the proposed time in milliseconds (ms).

Argument timeout

Scalar

Returns 1. entry

Void

Example

sleep(150)

Sleeps for 150ms and outputs the real waiting time in ms.

Clone this wiki locally