[ next ] [ language reference ] [ table of contents ]
Sets the number of seconds the script should be allowed to run before it is cancelled with a runtime error. The script might actually run longer, the runlimit is only checked before execution of each command. Maximum value is 300 seconds (five minutes). Minimum value is 5 seconds.
req | name | type | description |
---|---|---|---|
Y | seconds | expression | Number of seconds to allow script to run |
runlimit 10
This script will be allowed to run for 10 seconds before being killed.
Alertra Script Language: Language Reference