Static variables

@:value(ProgressValue.ZERO)staticfinalread onlyINIT:ProgressValue = ProgressValue.ZERO

Static methods

staticinlineasFuture(this:ProgressObject<T>):Future<T>

staticinlinehandle(this:ProgressObject<T>, cb:Callback<T>):CallbackLink

staticinlinelisten(this:ProgressObject<T>, cb:Callback<ProgressValue>):CallbackLink

staticmake<T>(f:(progress:(value:Float, total:Option<Float>) ‑> Void, finish:(result:T) ‑> Void) ‑> CallbackLink):Progress<T>

staticmap<R>(this:ProgressObject<T>, f:T ‑> R):Progress<R>

staticinlinenext(this:ProgressObject<T>, f:Next<T, Unknown>):Promise<Unknown>

staticinlinetrigger<T>():ProgressTrigger<T>