Name

Pkg::CallbackScriptFinish — Register callback function

Synopsis

void CallbackScriptFinish ( string  args);

Parameters

string args

Name of the callback handler function. Required callback prototype is void(). The callback function is evaluated when the script has been finished.

Return

void