Name

Pkg::CallbackSourceProbeProgress — Register callback function

Synopsis

void CallbackSourceProbeProgress ( string  func );

Parameters

string func

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

Return

void