RestartApp Method
      
 

Description

Restarts your application.


Return Type

None  


Syntax

object.RestartApp



The RestartApp Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.

Remarks

RestartApp can be called to restart your current application, in the same manner as when Update method is called - but without actually replacing any files. You can set CmdBefore, CmdAfter and other properties that affect the update. Your application will be restarted with same privileges and same command line as it was initialy started.

Please note that after calling RestartApp method, or your update infomation (which you may collected through Check method) will be lost.