19.3 Turning screen output off

In the notebook environment you will definitely want to turn a lot of NCProcess screen output off. Too much output drowns the notebook. In fact we are so sure of this that suppressing diagnostic output is the default. Turning it on or off or on is done with the Options

PrintScreenOutput True
PrintScreenOutput False

The default is   PrintScreenOutput False

also see the command

NCGBMmaDiagnostics[ True]
NCGBMmaDiagnostics[ False]

which turns on (and off) more diagnostics.