autoupgrader Abort method
Return to Introduction  Previous page  Next page
Applies to
auAutoUpgrader and auHTTP components.  

Declaration
procedure Abort;  

Description
The Abort method terminates the upgrade process on any stage. Call it to imediately stop the upgrading.  
 
After successful termination the OnAborted event occurs.  
 
iiinfo AutoUpgrader can automatically resume incomplete download, because it download all files to cache, in case if you have specified to use it in CacheOptions. To resume the upgrade — just call CheckUpdate method again.  

See also
CheckUpdate method;  
OnAborted event;  
CacheOptions property.  
File not found.