Returns the run state with an updated step cursor, if present.
@override /// Returns the run state with an updated step cursor, if present. Future<RunState?> get(String runId) async => _readRunState(runId);