Skip to main content

RunView

@forge/monorepo


@forge/monorepo / frontend/src / RunView

Type Alias: RunView

RunView = object

Defined in: frontend/src/reducers.ts:15

Properties

connectionRequest

readonly connectionRequest: ConnectionRequest | undefined

Defined in: frontend/src/reducers.ts:30

Present while the run waits for somebody to connect a provider — #264, and what a Connect button renders from.

Folded here rather than derived from parts, because it is not something the model said: it is the platform saying this run is stopped and here is the way to unstick it. Cleared by connection.completed and by every terminal event, so a reconnecting client sees the button exactly when the run is actually waiting and never a link that leads nowhere.


done

readonly done: boolean

Defined in: frontend/src/reducers.ts:32


error

readonly error: PlatformError | undefined

Defined in: frontend/src/reducers.ts:20


lastSequence

readonly lastSequence: number

Defined in: frontend/src/reducers.ts:31


parts

readonly parts: readonly MessagePart[]

Defined in: frontend/src/reducers.ts:17


retry

readonly retry: RetryState | undefined

Defined in: frontend/src/reducers.ts:19

Present only between retry attempts; drives the "attempt 2 of 5" indicator.


status

readonly status: RunStatus | undefined

Defined in: frontend/src/reducers.ts:16