Name
Pkg::CallbackProgressDeltaDownload — Register callback function
Synopsis
void
CallbackProgressDeltaDownload
( |
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 size has been downloaded since the last evaluation. If the handler returns false the download is aborted.