sleep: Hibernate for a specified time

Package: language

Usage

sleep [nsec]

Parameters

nsec
The number of seconds to sleep. Defaults to 0.

Description

The sleep command causes the task to hibernate for the specified amount of time.

Examples

1. Sleep for 10 seconds, and then ring the bell.

cl> sleep 10; beep

See also

wait