ClearAllBreakpoints Method
Description
Clears all the breakpoints on all Command objects in the collection. You should use this method if you don’t want to step through the execution of a measurement routine.
Syntax
Visual Basic |
---|
Public Function ClearAllBreakpoints() As Boolean |
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also