sleepms - Delay [Deprecated]
Temporarily suspend test suite execution for a fixed duration, displaying an optional message on the PLT screen for the duration of the delay.
Deprecated since version Use: wait - Delay instead.
Usage:
- command: sleepms <duration> [<message>]
Argument |
Description |
|---|---|
duration |
Delay duration, in milliseconds (integer). If a
|
message |
Optional: Message to display on screen during delay. |
The operator can abort the delay early from the PLT screen; doing so aborts the running test plan.
Note
If duration cannot be parsed as an integer, it is instead treated
as message (i.e. sleepms <message> with no explicit duration),
and a timeout: step field must supply the delay.
See also