ExecutionViewMgr.RefreshStep
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ExecutionViewMgr.RefreshStep
Syntax
ExecutionViewMgr.RefreshStep( stepIndex)
Purpose
Refreshes a step in a SequenceView control connected to the ExecutionView Manager control.
Remarks
Typically, you do not call this method unless you have changed the state of the step directly using the TestStand API. Call this method so these types of changes are reflected in connected SequenceView controls.
Parameters
stepIndex As Long
[In] Specifies the index of the step to refresh. Passing -1 refreshes all the steps in the connected SequenceView control.
See Also
ExecutionViewMgr.RefreshStepEx