report_replay_outcome


Description:

public void report_replay_outcome (string replay_issues = "")

Compare replay parse outcome with what the live run did for the last returned content. replay_issues is the parser issues string (non- empty means replay had issues). Uses last_returned_content_index from the most recent send(). On mismatch (live had issues but replay did not, or the reverse), report and exit; replay cannot be recovered when outcomes diverge.

Parameters:

replay_issues

parser issues string, or empty string if none