Cancel Method
      
 

Description

Cancels current download or update.


Return Type

None  


Syntax

object.Cancel



The Cancel Method syntax has these parts:

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

Remarks

Cancels ongoing operation. wodAppUpdate will stop at whatever it's doing (checking for new updates, downloading...) and will revert to state before last method was called.

Result is the same as if user have clicked on the Cancel button on wodAppUpdate window.