is_aborted property
Use this property to retrieve whether the test was aborted or not
Aborted means that Eyes.abort_async, Eyes.abort or Eyes.abort_if_not_closed was/were called instead of close_async or close.
Syntax
value = result.is_aborted
Type:bool
Use this property to retrieve True if the test was aborted.