property RunResults.aborted

Whether the browser confirmed it dropped this run's remaining queue — qq, session.abort(), or an aborted signal. Lives here rather than on the group because groups share this object by reference, so one aborted group marks the whole run without any cross-group plumbing.

Load-bearing for the result: an aborted run and a red run both end with failures and exit 1, and nothing else distinguishes "I stopped it" from "it broke".

Type

boolean

Usage

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