RunView
@forge/monorepo / frontend/src / RunView
Type Alias: RunView
RunView =
object
Defined in: frontend/src/reducers.ts:15
Properties
connectionRequest
readonlyconnectionRequest: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
readonlydone:boolean
Defined in: frontend/src/reducers.ts:32
error
readonlyerror:PlatformError|undefined
Defined in: frontend/src/reducers.ts:20
lastSequence
readonlylastSequence:number
Defined in: frontend/src/reducers.ts:31
parts
readonlyparts: readonlyMessagePart[]
Defined in: frontend/src/reducers.ts:17
retry
readonlyretry:RetryState|undefined
Defined in: frontend/src/reducers.ts:19
Present only between retry attempts; drives the "attempt 2 of 5" indicator.
status
readonlystatus:RunStatus|undefined
Defined in: frontend/src/reducers.ts:16