Name

Pkg::CallbackSourceProgressData — Register callback function

Synopsis

void CallbackSourceProgressData ( 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 data has been processed since the last evaluation. If the handler returns false the download is aborted.

Return

void