Skip to content

Interface: TerminalLaunchResourceLease

@termwright/driver/experimental


@termwright/driver/experimental / TerminalLaunchResourceLease

Defined in: launch-resources.ts:3

Host-owned resource admission at the actual terminal allocation boundary.

attach(sessionId): Promise<void>

Defined in: launch-resources.ts:5

Binds admitted capacity to the concrete session before allocation.

string

Promise<void>


release(): Promise<void>

Defined in: launch-resources.ts:7

Releases capacity only after the driver’s verified teardown barrier.

Promise<void>