SetTimeout
This function sets the number of minutes before a Client connection times out if there is no activity.
Group: System
Syntax: SYS.SetTimeout( )
ByVal (Long) the period of time in minutes.
Example:
SYS.SetTimeout(1) 'Times the client out in 1 minute.
SYS.SetTimeout(5) 'Times the client out in 5 minutes.
Versions Supported: 5.2.3.1 and newer.