Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcessOpts

Hierarchy

  • IProcessOpts

Implemented by

Index

Properties

args

args: string[]

Optional autoRestartMaxTries

autoRestartMaxTries: number

Optional autoRestartTryTimeout

autoRestartTryTimeout: number

binPath

binPath: string

Optional cwd

cwd: string

Optional env

env: ProcessEnv

name

name: string

Optional onError

onError: (stderr: string) => void

Type declaration

    • (stderr: string): void
    • Parameters

      • stderr: string

      Returns void

Optional stdioLogging

stdioLogging: { stderr: LoggingLevel; stdout: LoggingLevel }

Type declaration

Generated using TypeDoc