LassoScript Utility
Basics Browse Detail

[Lasso_ExecutionTimeLimit]

Tag Link [Lasso_ExecutionTimeLimit] Category Technical
Type Process Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security Tag
Implementation Internal Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[Lasso_ExecutionTimeLimit] sets the maximum amount of time in seconds that the current format file will be allowed to execute. If the format file exceeds the time limit then it will be killed and a critical error will be reported and logged.

This tag allows an exception to be made to the global execution time limit which is set in Lasso Administration in the Setup > Global > Settings section.

If [Lasso_ExecutionTimeLimit] is called with a parameter of 0 then the current format file will execute with no time limit.

Note: The minimum time limit is one minute. If the time limit is set to any value between 1 and 60 then the actual time limit will be 60 seconds.

Syntax

[Lasso_ExecutionTimeLimit: Time in Seconds]

[Lasso_ExecutionTimeLimit: 0]

Parameters

Required Parameters
Time in Seconds The time limit for the current format file in seconds. Set to 0 for no time limit.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.