Skip to main content
Version: Next

RsvimProc

The Rsvim.proc global object for child process.

Example

// Create a alias to 'Rsvim.proc'.
const proc = Rsvim.proc;

Classes

ClassDescription

ChildProcess

Child process spawned from command.

ChildProcessReadableStream

Child process readable stream.

Command

The command that create a child process.

Type Aliases

Type AliasDescription

ChildProcessExitStatus

Child process exit status.

See

RsvimProc.ChildProcess

CommandOptions

Command options when creating a child-process command.

See

RsvimProc.Command