InteractiveContext.SavedPreviousStepIndex
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
InteractiveContext.SavedPreviousStepIndex
Syntax
InteractiveContext.SavedPreviousStepIndex
Data Type
Purpose
Applies only to nested interactive executions. Returns the index of the last step that executed in the normal execution before the user began the current interactive execution.
Remarks
If the InteractiveContext.IsRootExecution property is False , this property returns the value of the SequenceContext.PreviousStepIndex 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 .