is_aborted property
Returns whether the test was aborted or not (i.e. if abort_if_not_closed was called and close was not called previously).
Syntax
value = result.is_aborted # type is bool
Type:bool
Returns True if the test was aborted.