FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kProcess_SetOutputFunction ( kProcess  process,
kProcessOutputFx  function,
kPointer  receiver 
)

Allows to set a function which gets called every time the process sends something to stdout or stderr.

Can only be used when process is not running.

Parameters
processkProcess object.
functionCallback function.
receiverCallback context.
Returns
Operation status.