Description
-
Timeout value, in seconds.
Property type
-
An Integer value.
Syntax
-
object.Timeout [=
value]
The Timeout Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodAppUpdate. |
| value |
An 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).
|