TimeoutSec Property (NotesDominoQuery - LotusScript)
Specifies the maximum allowable seconds a DQL query is allowed to run. DQL execution returns an error when exceeded. Default is 300 (5 minutes).
Defined in
Data type
Integer
Syntax
To get:
Dim secs as Integer
secs = dquery.Timeoutsec
To set:
dquery.Timeoutsec = 1000
Legal values
Full range of the LotusScript Integer datatype