TaskManager icon indicating copy to clipboard operation
TaskManager copied to clipboard

Modified the time where the task are "scheduled at"

Open algebrato opened this issue 2 years ago • 0 comments

Hi!

First of all, thank you for this very well done library for task management! I opened this PR 'cause IMO the task order in the Schedule test is not correct. You expect as last task n=1, but that is schedule as first, not the last. I inverted the timer-count and now the task are order following the sequence: 10-i

In this way, n=1 is schedules as last task and the task is always OK.

algebrato avatar Aug 02 '23 17:08 algebrato