corda / net.corda.core.utilities / ProgressTracker / allSteps

allSteps

val allSteps: List<Pair<Int, Step>>

A list of all steps in this ProgressTracker and the children, with the indent level provided starting at zero. Note that UNSTARTED is never counted, and DONE is only counted at the calling level.