tibasBrowserDef_SetTimeout()
Sets the timeout value for a specified browserDef (browser).
Declaration
tibas_status tibasBrowserDef_SetTimeout (tibasBrowserDef browserDef, tibas_long timeout)
Remarks
Use the tibasBrowserDef_SetTimeout() function to specify a timeout value for a specified browserDef (browser).
The timeout is the amount of time for which a space browser'stibasBrowser_Next() function can block while waiting for something new in the space to execute a tibasBrowser_Next() on. If there is still nothing new for the browser to perform a next() operation on at the end of the timeout, thetibasBrowser_Next() function returns null.
You can specify one of the following with the timeout parameter:
The timeout value in milliseconds.
Copyright © Cloud Software Group, Inc. All rights reserved.