UpdateDone Method
      
 

Description

Called when updating is done.


Return Type

None  


Syntax

object.UpdateDone Owner, ErrorCode, ErrorText



The UpdateDone Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodAppUpdateNotify.
Owner Required. A wodAppUpdate object. Reference to wodAppUpdateCom instance that called this notification method.
ErrorCode Required. A Long value. Holds error number, if any.
ErrorText Required. A String value. Holds text description of the error, if any.

Remarks

NOTE: This method is called only if you implemented IwodAppUpdateNotify interface in your application, and wodAppUp.Notification property has received reference to instance of your implementation.

This notification method is called when Update method has completed without needed to restart the application. This means that either there were no files to update at all, or none of them were locked.

Typically, this notification will not be called at all since Update method call will cause your application to be restarted.