Pause

The Pause command halts execution of the current PerCL script for a specified number of milliseconds. If Pause is the first command in a PerCL document, FreeClimb will wait for the specified time to elapse before picking up the call. Actual pause time resolution is only guaranteed to be +/- 100ms.

Nesting Rules

You cannot nest any actions within Pause, but you can nest the Pause action within the following actions:

  • GetDigits
  • GetSpeech

Example

[
   {
      "Pause" : {
         "length" : 3500
      }
   }
]

Command Attributes

The Pause command supports the following attributes that modify its behavior:

length

REQUIRED

Type: integer > 0

Length in milliseconds. FreeClimb will wait silently before continuing on.