fn.Sleep

Wait the specified number of milliseconds before continuing.

Syntax

fn.Sleep(milliseconds)

Parameters

  • milliseconds - The number of milliseconds to wait.

Returns

This command returns no values.

About

Sometimes you need a time delay in your program, and calling repeat 20000 just isn’t good enough. fn.Sleep lets you pause for a specified time with millisecond accuracy.