Pkg::CallbackProgressDeltaApply — Register callback function
Synopsis
void
CallbackProgressDeltaApply
(
string
func);
Parameters
stringfunc
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.