ExecutionViewMgr.RefreshStepEx

Syntax

ExecutionViewMgr.RefreshStepEx( group, stepIndex)

Purpose

Refreshes a step in all connected SequenceView controls.

Remarks

Typically, you do not call this method unless you change the state of the step directly using the TestStand API.

Parameters

group As StepGroups

[In] Specifies a particular step group.

stepIndex As Long

[In] Specifies the zero-based index in the step group of the step to refresh. Pass -1 to refresh all the steps in all groups in the connected SequenceView controls.

See Also

SequenceView