Output.redirected

Is this device redirected?

  1. bool redirected [@property getter]
    class Output
    @property final
    bool
    redirected
    ()
  2. bool redirected [@property setter]

Return Value

Type: bool

True if redirected, false otherwise.

Remarks: Reflects the console redirection status.

Meta