RunState.Step and Other Step Objects
- Updated2025-03-28
- 1 minute(s) read
RunState.Step and Other Step Objects
All Step objects include custom properties including a Result subproperty, which contains the Error, Status, and Common subproperties.
The sequence context references steps in various locations. The RunState.NextStep, RunState.PreviousStep, and Runstate.Step properties contain run-time copies of the Step object for the steps that are executing next, previously executed, and currently executing, respectively.
The Step objects within the RunState.Sequence property contain a run-time copy of the current sequence invocation. The Step objects within sequences under the RunState.SequenceFile.Data.Seq property contain the edit-time copy of the currently executing sequence file.
All Step objects include custom properties and built-in properties. The Result built-in step property contains the Error, Status, ReportText, and Common subproperties.