sleep

構文

sleep [n] [ms]

説明

ms単位を含む場合、n秒またはnミリ秒の間動作を中断します。nを指定しない場合、操作は1秒間一時停止されます。

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