Static variables
@:value(ProgressValue.ZERO)staticfinalread onlyINIT:ProgressValue = ProgressValue.ZERO
Static methods
staticmap<R>(this:ProgressObject<T>, f:T ‑> R):Progress<R>
staticinlinenext(this:ProgressObject<T>, f:Next<T, Unknown>):Promise<Unknown>