suspend Scilab
xpause(microsecs)
an integer, the number of microseconds.
xpause
suspends the current process for the
number of microseconds specified by the argument
microsecs
. The actual suspension time may
be longer because of other activities in the system, or because of
the time spent in processing the call.
Version | Description |
5.5.2 | xpause was removed after Scilab 5.5.2.
sleep replaces it. |