Pkg::CallbackFinishDeltaDownload — Register callback function
Synopsis
void
CallbackFinishDeltaDownload
(
string
func);
Parameters
stringfunc
Name of the callback handler function. Required callback prototype is void(). The callback function is evaluated when the delta download has been finished.