This simple method, with no parameters or returned value, will simply set the timer in the connected session that is used in determining session activity by the API and in the TimeOut daemon thread that actively times-out sessions.
void HostConnection.keepAlive(); |
Arguments
HostConnection
Required. HostConnection object.
Remarks
The FVTerm application uses keepAlive() in the WebSockets code so that connected user will not be timed-out if he or she doesn't use the terminal within the timeout period.