Name

Pkg::CallbackScriptProblem — Register callback function

Synopsis

void CallbackScriptProblem ( string  func );

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string description). The callback function is evaluated when an error occurrs.

Return

void