returns the negated variants of ICheckValueEventually's state check functions
Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup eventually have an actual value which contains the expected value within a specific timeout.
the expected value which is supposed to be contained in the actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup eventually have any value within a specific timeout.
includes filterMask
which can be used to skip the invocation of the state check function for
some or all managed PageElements, the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a ValuePageElement or all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup eventually have an actual value which equals the expected value within a specific timeout.
the expected value which is supposed to equal the actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Generated using TypeDoc
Used by IValueElementNode to describe
eventually
state check functions supported by ValuePageElement, ValuePageElementList, ValuePageElementMap and ValuePageElementGroup.