You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IDLE line shows the time incorrectly if the process duration is more than one day.
For example: as you can see bellow in the screenshot, the process duration should be more than 41 hours. The X line of the graph shows 41 hours and more, the IDLE line shows the remaining time of 17 hours and some minutes/seconds. When starting the program, the pop-up window "Task Overview" also shows incorrect information. It should show "1 day, 17 hours, 20 minutes, 00 seconds (1:17:20:00)" or better "41 hours, 20 minutes, 00 seconds (41:20:00)".
Can someone tell me which part of the code and how needs to be fixed so that the process duration is displayed correctly?
P.S. For me, seconds may not be necessary at all.