Description
-
Timeout value for updater to wait for processes to die.
Property type
-
An Integer value.
Syntax
-
object.UpdaterTimeout [=
value]
The UpdaterTimeout Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodAppUpdate. |
| value |
An 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.
|