Skip to content

NodeWorker.Options.Stdin property

If this is set to true, then Stdin provides a writable stream whose contents appear as Stdin inside the Worker. By default, no data is provided.

C#
public bool Stdin { get; set; }

See Also

Released under the MIT license