Is it possible to programatically clear the results window?

Options

The program I am writing uses Console.WriteLine() and I want to clear the results after a certain condition.

Comments