You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pause execution of the script for the indicated number of seconds.
Parameters
Parameter Name
Description
Type
Resolved Type
Required
Seconds
The number of seconds to pause execution.
Value
Double
Yes
Examples
Example:
{
"Send":{
"ConnectionObjectName":"ConnectSsh",
"Buffer":"RunLongRunningCommand"
}
},
{
"Comment":{
"Text":"wait until the long running command has had a chance to finish"
}
},
{
"Wait": { "Seconds": 5 }
},