| Summary: | The loop checkbox and one instance checkbox should be exclusive | ||
|---|---|---|---|
| Product: | [Applications] ktimer | Reporter: | Filip Mirosław <filip.miroslaw> |
| Component: | general | Assignee: | A. Spehr <zahl> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | v0.10 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Filip Mirosław
2018-01-29 20:31:12 UTC
I checked the source. The "one instance" option only means that if the timer fires again, it will not start a new instance if the old instance is still running. If the task process, however, was finished, it will run a new instance. When disabling the "one instance" option, it will launch a new task process for each timeout, even if that would result in multiple instances running. |