Halt execution temporarily
pause
sleep - halt
Scilab equivalent for Matlab pause(n) is sleep(n).
Scilab halt() and Matlab pause are equivalents.
There is no Scilab equivalent for Matlab pause on or pause off