isAborted property
Use this property to retrieve whether the test was aborted or not
Aborted means that Eyes.abortIfNotClosed was/were called instead of close.
Syntax
value = result.isAborted;
Type:boolean
Use this property to retrieve true if the test was aborted.