Progress node representing a step in a nested progress tree. Walk up via parent to access enclosing steps.
parent
Nesting depth (0 for root level).
Optional
Parent node (undefined for root level).
Current step number at this level.
Name of the current step (undefined for anonymous steps).
Total number of steps at this level.
Progress node representing a step in a nested progress tree. Walk up via
parentto access enclosing steps.