Skip to main content
Signature
Pause program execution before the next statement. In deployment mode, the AST compiler lowers this to an ack-producing control node. In direct mode, it behaves like time.sleep(seconds).

Related topics

Your first session