Summary
Represents the state of a console output stream.
Enum values
| 1 | This output stream is printed on the console. |
| 2 | This output stream has been redirected - perhaps to a file or a pipe. |
| 0 | This output stream is not available - eg when the program is not a console program. |