pieceofsummer / Hangfire.Console

Job console extension for Hangfire
MIT License
436 stars 80 forks source link

With Progress, could auto create a bar #39

Closed DR9885 closed 7 years ago

DR9885 commented 7 years ago

Simple Request, can this project add a WithProgress option without a progress bar?

public static async Task WithProgress<T>(this PerformContext performContext, IEnumerable<T> rows) { var bar = performContext.WriteProgressBar(); rows.WithProgress(bar, rows.Count()); }

pieceofsummer commented 7 years ago

Added in 1.3.5