HarnessRunStream
Generated by TypeDoc. Do not edit this page directly.
Interface: HarnessRunStream
Section titled “Interface: HarnessRunStream”Defined in: packages/core/src/session/types.ts:108
Extends
Section titled “Extends”AsyncIterable<HarnessStreamEvent>
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | packages/core/src/session/types.ts:109 |
result | readonly | Promise<SendResult> | packages/core/src/session/types.ts:110 |
Methods
Section titled “Methods”[asyncIterator]()
Section titled “[asyncIterator]()”asyncIterator: AsyncIterator<HarnessStreamEvent, any, any>;Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:38
Returns
Section titled “Returns”AsyncIterator<HarnessStreamEvent, any, any>
Inherited from
Section titled “Inherited from”AsyncIterable.[asyncIterator]cancel()
Section titled “cancel()”cancel(reason?): Promise<void>;Defined in: packages/core/src/session/types.ts:111
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
reason? | string |
Returns
Section titled “Returns”Promise<void>