Name

Pkg::CallbackScriptStart — Register callback function

Synopsis

void CallbackScriptStart ( string  func );

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string patch_name, string patch_version, string patch_arch, string script_path, boolean installation). Parameter 'installation' is true when the script is called during installation of a patch, false means patch removal. The callback function is evaluated when a script (which is part of a patch) has been started.

Return

void