system.util.getReadTimeout
Description
Returns the read timeout in milliseconds for all client-to-gateway communication. This is the maximum amount of time allowed for a communication operation to complete. The default is 60,000ms (1 minute).
Syntax
system.util. getReadTimeout()
-
Parameters
none
-
Returns
int - The current read timeout, in milliseconds. Default is 60,000 (one minute)
-
Scope
Client
Code Examples
There are no examples associated with this scripting function.