property GroupState.phase

Current lifecycle phase of this group's run.

Type

"bundling" | "connecting" | "loading" | "running" | "done"

Usage

import { type GroupState } from "lib/types.ts";