inner class RelabelableStep : Step
This class makes it easier to relabel a step on the fly, to provide transient information.
<init> |
RelabelableStep(currentLabel: String) This class makes it easier to relabel a step on the fly, to provide transient information. |
changes |
open val changes: <ERROR CLASS> |
currentLabel |
var currentLabel: String |
label |
open val label: String |
childProgressTracker |
open fun childProgressTracker(): ProgressTracker? |