UtilityProcess
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A NodeJS.ReadableStream | null
that represents the child process's stderr. If the child was spawned with options.stdio2 set to anything other than 'pipe', then this will be null
. When the child process exits, then the value is null
after the exit
event is emitted.
Link copied to clipboard
A NodeJS.ReadableStream | null
that represents the child process's stdout. If the child was spawned with options.stdio1 set to anything other than 'pipe', then this will be null
. When the child process exits, then the value is null
after the exit
event is emitted.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Send a message to the child process, optionally transferring ownership of zero or more MessagePortMain
objects.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard