abortedByUser property
If the end user aborted the test execution before a pass or fail could be determined.
For example, the user pressed ctrl-c which sent a kill signal to the test runner while the test was running.
Implementation
core.bool? abortedByUser;