Name

Pkg::CallbackScriptProgress — Register callback function

Synopsis

void CallbackScriptProgress ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is true(boolean ping, string output). If parameter 'ping' is true than there is no output available, but the script is still running (This functionality enables aborting the script). If it is false, 'output' contains (part of) the script output. The callback function is evaluated when a script is running. Returned 'false' means abort the script.

Return

void