When using the continuousStart the loading bar will keep on increasing with a refresh rate.
I need a way to be able to pause the progress increase. Thus, I will need two methods:
pause() -- To pause the continuous loading.
resume() -- To resume the continuous loading, until its complete.
When using the
continuousStartthe loading bar will keep on increasing with a refresh rate.I need a way to be able to pause the progress increase. Thus, I will need two methods:
pause()-- To pause the continuous loading.resume()-- To resume the continuous loading, until its complete.