Protected
_Protected
Readonly
closeProtected
Readonly
errorReadonly
errorThe stderr stream.
Protected
Readonly
exitReadonly
idProtected
Readonly
initialReadonly
inputThe stdin stream.
Protected
Readonly
loggerProtected
Readonly
optionsReadonly
outputThe stdout stream.
Protected
Readonly
processProtected
Readonly
ringProtected
Readonly
startProtected
Readonly
terminalProtected
Readonly
typeWaits for both process exit and for all the streams to be closed.
Wait for the process to exit, streams can still emit data.
The OS process id.
Protected
checkProtected
emitEmit the onClose event for this process. Only one of code and signal should be defined.
Optional
code: numberOptional
signal: stringProtected
emitProtected
emitProtected
emitEmit the onExit event for this process. Only one of code and signal should be defined.
Optional
code: numberOptional
signal: stringProtected
emitthe current working directory as a URI (usually file:// URI)
Protected
handleProtected
handleProtected
isOptional
signal: stringProtected
on
Run arbitrary processes inside pseudo-terminals (PTY).
Note: a PTY is not a shell process (bash/pwsh/cmd...)