RsvimProc
The Rsvim.proc global object for child process.
Example
// Create a alias to 'Rsvim.proc'.
const proc = Rsvim.proc;
Classes
| Class | Description |
|---|---|
Child process spawned from command. | |
Child process readable stream. | |
The command that create a child process. |
Type Aliases
| Type Alias | Description |
|---|---|
Child process exit status. See | |
Command options when creating a child-process command. See |