Skip to content
1 min read · 12 words

Type Alias: IsolatedServiceState

ts
type IsolatedServiceState = "starting" | "ready" | "crashed" | "disposed";

Defined in: src/batteries/isolation/host.ts:60

Lifecycle state of an IsolatedService.