Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessObject

An object that creates or handles a process of an operating system.

Hierarchy

Index

Properties

Optional envVars

envVars: object

A list of optional environment variables to use.

Type declaration

  • [name: string]: any

Optional noPlaceholdersForTheseVars

noPlaceholdersForTheseVars: string | string[] | boolean

A list of variables that should NOT use placeholders / values.

Optional useEnvVarsOfWorkspace

useEnvVarsOfWorkspace: boolean

Also use environment variables of the process of current workspace or not.

Generated using TypeDoc