Bug 389615 - The loop checkbox and one instance checkbox should be exclusive
Summary: The loop checkbox and one instance checkbox should be exclusive
Status: RESOLVED INTENTIONAL
Alias: None
Product: ktimer
Classification: Applications
Component: general (show other bugs)
Version: v0.10
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: A. Spehr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-29 20:31 UTC by Filip Mirosław
Modified: 2018-02-15 00:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Mirosław 2018-01-29 20:31:12 UTC
If I understand the loop and one instance's functionality, then the checkboxes for them should be exclusive. It should not be possible to "loop" and "one instance" the same task at once! If I understand the funcionality of those options worng please just correct me on this!
Comment 1 Christoph Feck 2018-02-15 00:51:31 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.