Hi guys, I need to monitor Unix command execution inside the image. The commands use heavy computation so they usually report progress in the terminal.
Are OSProcess or OSSubprocess ready to do in-image monitoring so I can watch the same terminal output in the Transcript updating for example every 10 seconds? Particularly for OSProcess I couldn't find any method to fetch partial output. Cheers, Hernán