Skip to content
Miriam McMahon edited this page Apr 27, 2023 · 4 revisions

Description

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 }
},