I searched the forum before here and found some implementation examples of a progress bar on command line. Now I have an additional question. I am using the following implementation example:
I try to handle the output of different runnables wihtin another thread. First I add all runnables to a set and try to trigger their progress, which is saved into a ...
I am trying to call a function initialStep() of MainApp class from ProcessStatements class. When the function initialStep() is called, i want to show progress bar to the user till the ...