Name

Pkg::CallbackScriptProblem — Register callback function

Synopsis

void CallbackScriptProblem ( string args );
 

Parameters

string args

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.

Return

void