WaitResultType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The different Wait results possible.

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum WaitResultType
Members

  Member nameValueDescription
NotSet0 Result is not set yet.
ConditionMet1 The condition that we were waiting for was met.
TimedOut2 The condition was not met, timed out.
ErrorAbort3 An unexpected error occurred. Aborted the wait operation.
ElementNotFound4 Error finding the element.
See Also

Reference