TimeOutSec (NotesQueryResultsProcessor - LotusScript)

To prevent runaway processing during ExecuteToJSON or ExecuteToView, throws an error if execution time exceeds the TimeOutSec limit.

Defined in

NotesQueryResultsProcessor

Data type

Integer

Syntax

To get:
Dim
timeoutsec Long
timeoutsec
= qrp.TimeOutSec

To set:

qrp.TimeOutSec = <value>

Usage

If not specified, the Query Results Processor engine continues until all results are returned or the view is completely populated.