Loading

TIMEBOX

platform
Configuration parameters

The TIMEBOX executes a macro with a maximum execution time. If the maximum time is reached, an exception will be thrown which can be caught using TRY.

TIMEBOX is available since version 2.0.3.

See also

Signatures

Examples

<% // Very time intensive macro %> 30 s TIMEBOX // Allow the macro to run at most 30 s