Pkg::CallbackMessage — Register callback function
void
CallbackMessage
( |
string
args
) ; |
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.