Name

Pkg::CallbackProgressReportEnd — Register a callback function

Synopsis

void CallbackProgressReportEnd ( string  func);

Parameters

string func

Name of the callback handler function. Required callback prototype is void(integer id). The id identifies the callback.

The callback function is evaluated when an progress event finishes

Return

void