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
stdout
stdout:
Stream
The stream used to output standard data.
Inherited from
stderr
stderr:
Stream
The stream used to output error messages.
Inherited from
commandName
commandName:
string
The executable name or alias being invoked.
args
args:
string[]
Array of string arguments passed to the command.