progress property

int? progress
getter/setter pair

An optional progress indicator that ranges from 0 to 100.

There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Output only.

Implementation

core.int? progress;