Whether the named session's agent process is currently live in the OS.
@override bool processAlive(String name) => _live.contains(name);