Name
Pkg::CallbackProgressPatchDownload — Register callback function
Synopsis
void
CallbackProgressPatchDownload
( |
string
func
) ; |
Parameters
-
string
func
Name of the callback handler function. Required callback prototype is boolean(integer value). The callback function is evaluated when more than 5% of the patch size has been downloaded since the last evaluation. If the handler returns false the download is aborted.