이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.16. shell:sleep, sleep
Abstract
sleeps for a specified time, then wakes up
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
shell:sleep
[
--help
] [[
-s
] | [
--second
]] {
duration
}
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 2.16, “shell:sleep Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-s, --second | Specify the duration in seconds (instead of milliseconds). |
duration | The time to sleep in milliseconds (default) or in seconds (with the -s option). |