Back to product page

UpdateDone event


Fires when updating is done.

Syntax

  • Basic
Private Sub object_UpdateDone(ErrorCode, ErrorText)
The UpdateDone(object,ErrorCode,ErrorText) syntax has these parts:
objectA wodAppUpdate object.
ErrorCodeA Long value. Holds error number, if any.
ErrorTextA String value. Holds text description of the error, if any.

Remarks

This event is fired 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 event will not fire at all since Update method call will cause your application to be restarted.

Platforms

Windows