AutoRestart Property
      
 

Description

Determines if wodAppUpdate should restart application after update is made.


Property type

A Boolean value.  


Syntax

object.AutoRestart [= value]



The AutoRestart Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A 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.