|
FireSync API
|
| 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.
| process | kProcess object. |
| function | Callback function. |
| receiver | Callback context. |