isAborted property
Returns whether the test was aborted or not (i.e. if abortIfNotClosed was called and close was not called previously).
Syntax
value = result.isAborted // type is boolean
Type:boolean
Returns true if the test was aborted.