-
Notifications
You must be signed in to change notification settings - Fork 24
Wait
Miriam McMahon edited this page Apr 27, 2023
·
4 revisions
Pause execution of the script for the indicated number of seconds.
Parameter Name | Description | Type | Resolved Type | Required |
---|---|---|---|---|
Seconds | The number of seconds to pause execution. | Value | Double | Yes |
Example:
{
"Send":{
"ConnectionObjectName":"ConnectSsh",
"Buffer":"RunLongRunningCommand"
}
},
{
"Comment":{
"Text":"wait until the long running command has had a chance to finish"
}
},
{
"Wait": { "Seconds": 5 }
},