Description
The #PauseTimeout
system variable specifies the maximum delay for a Pause…EndPause statement before an error occurs when the Pause condition is not met.
Usage
Used to increase or decrease the delay before a Pause statement execution fails.
Syntax
#PauseTimeout=<value>
Parameters
<value>
, integer, number of seconds for the Pause timeout.
Remarks
The default value is 120 seconds. If #PauseTimeout
system variable is set to 0, the pause is infinite.
See also
- Pause
Example
#PauseTimeout=20