Back to product page

UpdateDone method


Called when state changes.

Type

None

Syntax

  • Basic
object.UpdateDone Owner, ErrorCode, ErrorText
The UpdateDone(object,Owner,ErrorCode,ErrorText) syntax has these parts:
objectAn expression evaluating to an object of type IwodAppUpdateNotify.
OwnerRequired. A wodAppUpdate object. Reference to wodAppUpdateCom instance that called this notification method.
ErrorCodeRequired. A Long value. Holds error number, if any.
ErrorTextRequired. 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.

Platforms

Windows