03-02-2021 09:18 AM - edited 03-02-2021 09:20 AM
@ RTSLVU
Instead of time left process, progress bar will also work.
03-02-2021 11:49 AM - edited 03-02-2021 11:50 AM
@REDUANUL wrote:
@ RTSLVU
Instead of time left process, progress bar will also work.
Divide 100 by the total number of steps and increment your progress bar by that amount after each step is completed. (Use integers to avoid decimal places)