此内容没有您所选择的语言版本。
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). |