sleep

Syntax

sleep [n] [ms]

Description

Suspends operation for n seconds or n milliseconds, if the unit ms is included. If n is not specified, then operation is suspended for 1 second.

Examples

Command> sleep;
Command> sleep 60;
Command> sleep 500 ms;