Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecOptions

Hierarchy

  • ExecOptions
    • ExecOptions

Index

Properties

Optional async

async: boolean

Asynchronous execution. If a callback is provided, it will be set to true, regardless of the passed value (default: false).

Optional cwd

cwd: string

Optional encoding

encoding: string

Character encoding to use. Affects the values returned to stdout and stderr, and what is written to stdout and stderr when not in silent mode (default: 'utf8').

Optional env

env: ProcessEnv

Optional gid

gid: number

Optional killSignal

killSignal: string

Optional maxBuffer

maxBuffer: number

Optional shell

shell: string

Optional silent

silent: boolean

Do not echo program output to console (default: false).

Optional timeout

timeout: number

Optional uid

uid: number

Optional windowsHide

windowsHide: boolean

Generated using TypeDoc