corda / net.corda.core.utilities / ProgressTracker / allStepsLabels

allStepsLabels

val allStepsLabels: List<Pair<Int, String>>

A list of all steps label 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.