Pkg::CallbackScriptProblem — Register callback function
Synopsis
void
CallbackScriptProblem
(
string
args);
Parameters
stringargs
Name of the callback handler function. Required callback prototype is boolean(string description). The callback function is evaluated when an error occurrs. Return value 'false' means abort the script.