!TIMEOUT_MACRO
(Copy URL in PhpBB Forum Format - Info)From iMacros
Set the macro's global timeout in seconds. If the macro is not completed by that time, it will exit with an error.
Contents |
Value

Integer > 0 that gives the number of seconds the macro may run.
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
Examples
' exit with error if macro takes longer that 15 seconds SET !TIMEOUT_MACRO 15
See Also
Timeouts Overview, !TIMEOUT_TAG
