rffrasca / PDFKeeper

Open Source PDF Document Management
https://www.pdfkeeper.org/
GNU General Public License v3.0
110 stars 11 forks source link

Showing operational state. #39

Open edegraaff opened 3 days ago

edegraaff commented 3 days ago

Is your feature request related to a problem? Please describe. Not realy a problem, but when processing documents i have no clue what the program is dooing. I have a "washing machine" icon but is the program not responding or just bussy.

Describe the solution you'd like Some sort of que management or procces state

Describe alternatives you've considered I am now using the proc mon to see if the program is operational or not when it uses 0% cpu it is in wait for input, when it is in 10% it is dooing something.

Additional context I don;t think they are needed but if thats the case i am able to add them

rffrasca commented 2 days ago

The upload process and its folder maintenance are asynchronous tasks. This was designed this way to not block the user from using the application while documents are being uploaded. The "green clock" on the status bar will appear while the upload is running to provide status to the user.