ExecutionViewMgr.RefreshStep

Syntax

ExecutionViewMgr.RefreshStep( stepIndex)

Purpose

Refreshes a step in a SequenceView control connected to the ExecutionView Manager control.

Note When the value of the ExecutionViewMgr.StepGroupMode property is not StepGroupMode_OneGroup , call ExecutionViewMgr.RefreshStepEx instead so you can specify the step group that contains the step.

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

ExecutionViewMgr.StepGroupMode

SequenceView