"child_process" | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

exec

  • Parameters

    • command: string
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • command: string
    • options: ExecOptionsWithStringEncoding
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    Returns ChildProcess

  • Parameters

    • command: string
    • options: ExecOptions
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

execFile

  • Parameters

    • file: string
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional options: ExecFileOptionsWithStringEncoding
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional options: ExecFileOptions
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional args: string[]
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional args: string[]
    • Optional options: ExecFileOptionsWithStringEncoding
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

  • Parameters

    Returns ChildProcess

  • Parameters

    • file: string
    • Optional args: string[]
    • Optional options: ExecFileOptions
    • Optional callback: function
        • (error: Error, stdout: string, stderr: string): void
        • Parameters

          • error: Error
          • stdout: string
          • stderr: string

          Returns void

    Returns ChildProcess

execFileSync

  • Parameters

    • command: string

    Returns Buffer

  • Parameters

    Returns string

  • Parameters

    Returns Buffer

  • Parameters

    Returns Buffer

  • Parameters

    Returns string

  • Parameters

    Returns Buffer

  • Parameters

    Returns Buffer

execSync

  • Parameters

    • command: string

    Returns Buffer

  • Parameters

    Returns string

  • Parameters

    Returns Buffer

  • Parameters

    Returns Buffer

fork

  • Parameters

    • modulePath: string
    • Optional args: string[]
    • Optional options: ForkOptions

    Returns ChildProcess

spawn

  • Parameters

    • command: string
    • Optional args: string[]
    • Optional options: SpawnOptions

    Returns ChildProcess

spawnSync

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc