sleep

suspend Scilab

Calling Sequence

sleep(milliseconds)

Description

sleep : Sleep process for specified number of miliseconds specified by the argument. The actual suspension time may be longer because of other activities in the system, or because of the time spent in processing the call.

Examples

`tic`_;sleep(6000);`toc`_

See Also

  • xpause suspend Scilab
  • pause pause mode, invoke keyboard

Table Of Contents

This Page