Back to product page

AutoRestart property


Determines if wodAppUpdate should restart application after update is made.

Type

A Boolean value

Syntax

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

Remarks

Determines if wodAppUpdate will auto start (default value) your application after update is made. You can set it to False if you prefer to update your application on application exit, and wait for user to start it again manually

If AutoRestart line is found in the configuration file, it will overwrite this value after Check method is made. If you want to manually override configuration value, you should set this property after calling Check method.

Platforms

Windows