Name

Pkg::CallbackMessage — Register callback function

Synopsis

void CallbackMessage ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is boolean(string patch_name, string patch_version, string patch_arch, string message). The callback function is evaluated when a message which is part of a patch should be displayed. Result 'true' means continue, 'false' means abort.

Return

void