progressNumber property

String? progressNumber
getter/setter pair

Progress number represents the current state of the current progress.

eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.

Implementation

core.String? progressNumber;