WatchExpression.BreakpointTriggered
- Updated2025-07-21
- 1 minute(s) read
WatchExpression.BreakpointTriggered
Syntax
WatchExpression.BreakpointTriggered( seqContext)
Return Value
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.