ObjFW  View Ticket

2024-03-17
12:10 Ticket [b38b816f17] OFTimer: Allow calling -fire status still Fixed with 4 other changes artifact: 08d966a753 user: js
2023-08-06
10:25 Fixed ticket [b38b816f17]. artifact: a5c59b7a6b user: js
2023-07-22
08:34 New ticket [b38b816f17]. artifact: 476d57d576 user: js

Ticket UUID: b38b816f17e1e5cc9901dc5e254ccf4e86b1133d
Title: OFTimer: Allow calling -[fire]
Status: Fixed Type: Enhancement
Severity: Important Priority: Immediate
Subsystem: none Resolution: Fixed
Last Modified: 2024-03-17 12:10:03
Version Found In: Milestone: 1.0
User Comments:
js added on 2023-07-22 08:34:10:

Currently, -[OFTimer fire] is not designed to be called explicitly. This is confusing to users. Change it so that it can be called at any time without changing the next firing date.


js added on 2023-08-06 10:25:17:

Implemented in [7ab64323ef].