Name

Pkg::CallbackScriptProblem — Register callback function

Synopsis

void CallbackScriptProblem ( string  args);

Parameters

string args

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

Return

void