Este conteúdo não está disponível no idioma selecionado.
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). |