Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpawnAsyncResult

A result of a 'spawnAsync()' function call.

Hierarchy

  • SpawnAsyncResult

Index

Properties

Properties

status

status: number

The exit code.

stderr

stderr: Buffer | null

The data of the standard error stream.

stdout

stdout: Buffer | null

The data of the standard output stream.

Generated using TypeDoc