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.
Name | Type | Description | Notes |
---|---|---|---|
Command | string | Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments) | [optional] |
Length | int | Length in milliseconds. FreeClimb will wait silently before continuing on. |