pub const EXIT_ABORTED: u8 = 2;Expand description
A tune/simulate run was aborted (Ctrl+C) before it finished; the loop was restored to
its pre-test mode. Distinct from EXIT_FAILURE so a scheduler can tell “someone
intentionally stopped this” apart from “this broke”.