[TW-1800] Add the ability to pause a recurring task.
Alan Young on 2016-05-09T23:24:46Z says:
Being able to pause a recurring task would be simpler ... and harder to forget.
Something like
task add due:... wait:... pause:... Some task. task 1 modify pause:(same as due or wait)
I'm not sure how an indefinite pause would be done though.
Migrated metadata:
Created: 2016-05-09T23:24:46Z
Modified: 2017-01-16T21:10:56Z
Paul Beckingham on 2017-01-16T21:10:42Z says:
What's the use case? Is it something like "Going away for a month, pause the recurring weekly task to mow the lawn"?
@pbeckingham that seems like a good use case
Seems achievable with #203, instead of the pause, the last recurring instance would be left idle over holiday and new instance is only created after (post pause) completion. (And there's a hooks solution.)