HarnessSandboxSession
Generated by TypeDoc. Do not edit this page directly.
Abstract Class: HarnessSandboxSession
Section titled “Abstract Class: HarnessSandboxSession”Defined in: packages/core/src/runtime/sandbox.ts:34
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HarnessSandboxSession(): HarnessSandboxSession;Returns
Section titled “Returns”HarnessSandboxSession
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | abstract | string | packages/core/src/runtime/sandbox.ts:35 |
workDir | abstract | string | packages/core/src/runtime/sandbox.ts:36 |
Methods
Section titled “Methods”close()?
Section titled “close()?”optional close(): Promise<void>;Defined in: packages/core/src/runtime/sandbox.ts:40
Returns
Section titled “Returns”Promise<void>
exec()
Section titled “exec()”abstract exec(input): Promise<SandboxExecResult>;Defined in: packages/core/src/runtime/sandbox.ts:38
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | SandboxExecInput |
Returns
Section titled “Returns”Promise<SandboxExecResult>