IsAborted property
Use this property to retrieve whether the test was aborted or not
Aborted means that Eyes.AbortAsync, Eyes.Abort or Eyes.AbortIfNotClosed was/were called instead of Close.
Syntax
bool value = result.IsAborted;
Type:bool
Use this property to retrieve true if the test was aborted.