ScriptPtyShellSession constructor

ScriptPtyShellSession(
  1. Process _process
)

Wraps an already-started script Process.

Implementation

ScriptPtyShellSession(this._process);