Posts: 1,046
Threads: 29
Joined: Mar 2010
Quote:
Originally Posted by xkirill
The receive message callback, detects/receives (dunno what is more right) only the text which the user typed in or it also gives the text which running programs/installations are outputting ?
|
It only retrieves the messages the shell sends back, that means for example if you run application a, and it causes some output, you'll retrieve the output through this callback.