CommandTimeout

This command limits the number of seconds any Server command waits for a response from the server. All Server commands will return with a response or failure message no later than the specified number of seconds. Set the parameter to zero (0) to disable this feature and go back to the default for each command.

Group: Server Extension

Syntax:Server.CommandTimeout(nTimeout)

nTimeout  (Long) parameter to specify a number of seconds

Example:

Server.CommandTimeout(10)

Supported Versions:       RFgen 4.0 and newer.