Skip to content

Interface Process

Source: shell.ts

Represents an active or pending process within the shell.

Extends

Properties

stdin

stdin: Stream

The stream used to receive input data.

Inherited from

ProcessIO.stdin


stdout

stdout: Stream

The stream used to output standard data.

Inherited from

ProcessIO.stdout


stderr

stderr: Stream

The stream used to output error messages.

Inherited from

ProcessIO.stderr


commandName

commandName: string

The executable name or alias being invoked.


args

args: string[]

Array of string arguments passed to the command.

Built by Prozilla