Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Handle

Hierarchy

  • Handle

Constructors

constructor

Properties

Private ancestor

ancestor: Handle | null

Private implementation

implementation: ProcessImplementation

Private pipe

pipe: PipeStream | null = null

Private stderr

stderr: StreamLock<Writable> | null = null

Private stdin

stdin: StreamLock<Readable> | null = null

Private stdout

stdout: StreamLock<Writable> | null = null

Methods

exec

  • exec(): Promise<number>

pipeTo

run

  • run(): Promise<number>

Static start

Generated using TypeDoc