Back to product page

UpdaterTimeout property


Timeout value for updater to wait for processes to die.

Type

An Integer value

Syntax

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

Remarks

UpdaterTimeout property determines how many seconds will updater application (spawned when you execute Update method) will wait for processes to die, before it reports "unable to update" error and gives up. If GlobalTerminate property is set, then this value is also used for all the processes that are terminated together. Default value is 5 (seconds), in case your application is large you may want to increase this value.

Platforms

Windows