identities property

Map<String, ({int? pgid, int pid})> identities
final

The programmable OS identities identityOf reports for a LIVE session — a test stages identities[name] = (pid: …, pgid: …) to exercise the SessionAlreadyExists synchronous-resolution path (tg-090). Unstaged names report null.

Implementation

final Map<String, ({int pid, int? pgid})> identities =
    <String, ({int pid, int? pgid})>{};