Show / Hide Table of Contents

Property print.isWritingToConsole


Overload

Returns true if is writing to console, false if to the output window etc.

public static bool isWritingToConsole { get; }
Property Value
bool

Remarks

Does not write to console in these cases:

  • print.isConsoleProcess is false.
  • print.ignoreConsole is true.
  • print.logFile is not null.
  • The startup info of this process tells to not show console window and to not redirect the standard output.