Name

Pkg::CallbackSourceReportProgress — Register callback function

Synopsis

void CallbackSourceReportProgress ( string func );
 

Parameters

string func

Name of the callback handler function. Required callback prototype is boolean(integer value). If the handler returns false the task is aborted.

Return

void