StatusRow
Defined in: src/launcher/state.ts:105
One row of --status output describing a launched worker tuple.
Properties
Section titled “Properties”alive: boolean;Defined in: src/launcher/state.ts:117
Whether a probe connection to StatusRow.socket currently succeeds.
cmd: string[];Defined in: src/launcher/state.ts:109
Worker argv recorded at launch, or [] when the meta file is missing.
cwd: string;Defined in: src/launcher/state.ts:111
Working directory recorded at launch, or "" when unknown.
hashId
Section titled “hashId”hashId: string;Defined in: src/launcher/state.ts:107
Canonical hash identifying the worker tuple (the <hash> filename stem).
socket
Section titled “socket”socket: string;Defined in: src/launcher/state.ts:113
AF_UNIX socket path the worker binds.
startedAt
Section titled “startedAt”startedAt: number | null;Defined in: src/launcher/state.ts:115
Unix epoch seconds the worker was launched, or null when unknown.