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 every time the
wodAppUpdate control changes the current operation that it
is performing. Even though most of these operations also
result in firing other notifications, the user can monitor
this notification method to see the reason for an
operation's completing unsuccessfully, or can ignore
other notifications and take appropriate action depending
on the wodAppUpdate's State
property value.
Refer also to the here
for a list of possible states.