totalProgress property

LxComputed<double> totalProgress
latefinal

A computed value representing the weighted average progress (0.0 to 1.0) of all active tasks.

Warning: This computation iterates over all active tasks. If you have hundreds of concurrent tasks, accessing this frequently triggers an O(N) loop.

Implementation

late final LxComputed<double> totalProgress;