Name

Pkg::CallbackProgressDeltaDownload — Register callback function

Synopsis

void CallbackProgressDeltaDownload ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is boolean (integer value). The callback function is evaluated when more than 5% of the size has been downloaded since the last evaluation. If the handler returns false the download is aborted.

Return

void