WatchExpression.BreakpointTriggered

Syntax

WatchExpression.BreakpointTriggered( seqContext)

Return Value

Boolean

Returns True if the breakpoint condition has been met. Otherwise, returns False .

Purpose

Returns a value that indicates whether the suspension of the execution was a result of the breakpoint condition being met for the watch expression.

Remarks

Call this method after the TestStand Engine suspends an execution. Multiple watch expressions can return True for this method simultaneously if their breakpoint conditions are satisfied. This method returns the same value until the engine evaluates the watch expression again.

Parameters

seqContext As SequenceContext

[In] Specifies the sequence context for the suspended execution.

See Also

Engine.GetWatchExpressions

SequenceContext

WatchExpression.BreakpointType