IndexBuildProgress

How far a background build has got.

A snapshot, taken under the build's lock: the four fields agree with each other, which they would not if a caller read four properties in a row while the worker ran.

Properties

Link copied to clipboard

How much of the pass is done, in 0.0..1.0.

Link copied to clipboard

Whether the build has stopped, for any of the three reasons it can.

Link copied to clipboard

Segments this pass actually wrote sidecars for.

Link copied to clipboard

Segments live when the pass began.

Link copied to clipboard

Segments the pass has reached, whether or not they needed building.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String