InteractiveContext.SavedNextStepIndex

Syntax

InteractiveContext.SavedNextStepIndex

Data Type

Long

Purpose

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

Remarks

If the InteractiveContext.IsRootExecution property is False , this property returns the value of the SequenceContext.NextStepIndex property at the time the interactive execution began. This value is purely informational and is provided so you can display information to the user when writing a user interface.

Returns -1 if the InteractiveContext.IsRootExecution property is True .

See Also

InteractiveContext.IsRootExecution

SequenceContext.NextStepIndex