The process configuration.

interface ProcessScope {
    close(): void;
    getTerminal(): Terminal;
}

Hierarchy (View Summary)

Methods