pieceofsummer / Hangfire.Console

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

Custom text for progressbad #114

Open GKG4 opened 3 years ago

GKG4 commented 3 years ago

Hello,

How to show custom text instead of percentage? Like Job 20/50 or Processing..., in short anything other than percentage

LucioPelinson commented 2 years ago

I would like to write a fixed text.. ex: Exporting 255 of 90.165.222 records... 256 of 90.165.222 257 of 90.165.222

Any suggestion?

gumbarros commented 2 years ago

I would like to write a fixed text.. ex: Exporting 255 of 90.165.222 records... 256 of 90.165.222 257 of 90.165.222

Any suggestion?

@pieceofsummer I want this exact cenario too.

pieceofsummer commented 2 years ago

This would require changes in progress bar api. Also could easily break progress bar layouts because of texts of unpredictable length, so need to rethink it as well.

No plans to do this unless a major Dashboard update comes out.