currentStepIndex property

int? currentStepIndex
getter/setter pair

Active top-level step index while _executeSteps runs (0-based). Used to attribute API calls and console lines to Step Details.

Implementation

int? currentStepIndex;