count property

int get count

How many steps this subtree reports while it initializes.

A leaf counts as one. A group counts what is under it and not itself: it holds nothing and yields no step of its own, so counting it would promise a step that never arrives. That is what makes this number the denominator a progress indicator wants.

Implementation

int get count;