DisableTimeout
This function will allow the session to continue even when the server’s Client Inactivity Timeout value has been reached. In essence, this session will never time out.
Group: System
Syntax: SYS.DisableTimeout( )
bValue (Boolean) set to True to enable (eliminate the Client Inactivity Timer) or False to return to normal monitoring.
Example:
SYS.DisableTimeout(True)
SYS.DisableTimeout(False)
Versions Supported: RFgen 4.1 and newer.