Wait command
Waits the specified duration before performing the next script step. As a best practice, use the Timeout parameter and not the Wait command.
Parameters
| Name | Type | Possible values | Description |
|---|---|---|---|
|
Wait duration* |
Number |
The wait duration, in seconds. | |
|
Comment |
String |
Adds a comment to the script. |
|
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory