Name
Pkg::CallbackProgressDownload — Register callback function
Synopsis
void
CallbackProgressDownload
( |
string
args
) ; |
Parameters
-
string
args
Name of the callback handler function. Required callback prototype is boolean(integer percent, integer average_bps, integer current_bps). The callback function is evaluated when at least 5% has been downloaded. If the callback function returns false the download is aborted.