NodeWorker.Stderr property
A readable stream which contains data written to !:NodeProcess.Stderr inside the worker thread. If Stderr
: true was not passed to the Worker constructor, then data is piped to the parent thread's !:NodeProcess.Stderr stream.
C#
public Stream Stderr { get; }
See Also
- class NodeWorker
- namespace Microsoft.JavaScript.NodeApi.Interop