Back to product page

Timeout property


Timeout value, in seconds.

Type

An Integer value

Syntax

  • Basic
object.Timeout [= value]
The Timeout(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodAppUpdate.
valueAn Integer value.

Remarks

Timeout property determines how many seconds (in total) will wodAppUpdate wait for files to download. It is reset to 0 for each new file that is downloaded. In case your network connection is slow or file is not downloaded in specified time, error 10060 will be fired in CheckDone or DownloadDone event, and method will stop. Default value is 120 (seconds).

Platforms

Windows