Event Task.Read (gb)

Event Read ( Data As String )

This event is raised when the background task prints something on its standard output.

Normally you will get the data line by line, unless the background task uses the FLUSH instruction.

The task standard output can be used to send progress information to the parent process.