Skip to main content

SandboxWsStatus

Agent Runtimes


Agent Runtimes / types/sandbox / SandboxWsStatus

Interface: SandboxWsStatus

Defined in: src/types/sandbox.ts:20

Status message pushed by the /configure/sandbox/ws WebSocket.

Properties

error?

optional error?: string

Defined in: src/types/sandbox.ts:26

Present only on error.


is_executing

is_executing: boolean

Defined in: src/types/sandbox.ts:23


jupyter_url?

optional jupyter_url?: string | null

Defined in: src/types/sandbox.ts:24


sandbox_running

sandbox_running: boolean

Defined in: src/types/sandbox.ts:22


variant

variant: string

Defined in: src/types/sandbox.ts:21