Name

Pkg::CallbackProgressDeltaApply — Register callback function

Synopsis

void CallbackProgressDeltaApply ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(integer value). The callback function is evaluated when more than 5% of the delta size has been applied since the last evaluation.

Return

void