Function Spawn

  • Spawn(command: string, args?: readonly string[], options?: SpawnOptionsWithoutStdio, autoDecode?: boolean): ChildProcessWithoutNullStreams
  • Since

    1.1.21

    Version

    2018-11-05

    Parameters

    • command: string
    • Optional args: readonly string[]
    • Optional options: SpawnOptionsWithoutStdio
    • autoDecode: boolean = true

    Returns ChildProcessWithoutNullStreams

Generated using TypeDoc