InteractiveContext.SavedStepIndex

Syntax

InteractiveContext.SavedStepIndex

Data Type

Long

Purpose

Applies only to nested interactive executions. Returns the index of the active step in the normal execution when the user began the current interactive execution.

Remarks

If the IsRootExecution property is False , this property returns the state of the SequenceContext.StepIndex property before the interactive execution began.

Currently, because you can only begin an interactive execution between steps in the currently executing sequence, this property always returns -1.

Returns -1 if the IsRootExecution property is True .

See Also

InteractiveContext.IsRootExecution

SequenceContext.StepIndex