Timebound document status update

No, there’s nothing like that in CBL. You’ll have to implement it yourself.

If I were doing this I probably wouldn’t store the status in the document, but instead store a timestamp of when it was completed. That way you can compute the status by subtracting the timestamp from the current time, without having to make any changes.