IsAborted property
Returns whether the test was aborted or not (i.e. if AbortIfNotClosed was called and Close was not called previously).
Syntax
bool value = result.IsAborted
Type:bool
Returns true if the test was aborted.