Skip to content

Documentation / @agentick/sandbox / ExecResult

Interface: ExecResult ​

Defined in: types.ts:126

Properties ​

exitCode ​

exitCode: number

Defined in: types.ts:134

Process exit code.


stderr ​

stderr: string

Defined in: types.ts:131

Standard error.


stdout ​

stdout: string

Defined in: types.ts:128

Standard output.

Released under the ISC License.