Name

Pkg::CallbackFinishPatchDownload — Register callback function

Synopsis

void CallbackFinishPatchDownload ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(). The callback function is evaluated when the patch download has been finished.

Return

void