Close
dtSearch Engine API for Java
FileConverter.setTimeoutSeconds Method
Syntax
Java
public void setTimeoutSeconds(int newTimeoutSeconds);

Set timeoutSeconds to the maximum amount of time you want to permit. When this time is exceeded, execution will halt leaving incomplete results in the output file or output string. If timeoutSeconds is 0 (the default), no time limit will be set. After a timeout has occured, getErrors() will return the error code dtsErTimeout.