I have strange issue with this very simple flow - turning on reported 3 times every time it happens:
Only place where stopwatch modified is simply every hour:
Any idea where this might come?
I have strange issue with this very simple flow - turning on reported 3 times every time it happens:
Only place where stopwatch modified is simply every hour:
Any idea where this might come?
First a question; what are you using the stopwatch for except delaying the every hour check for 2 minutes?
I was earlier using normal Date&Time card and delay, but in any disturbance (e.g. restart) not reliable. Now when moved everything (as I want to unsify approach) based to Crono-tricking (except event-based cases), all (but this Q) are working like a charm…
I have many (bit heavy and (too) many) calculations, of which I want to distribute to exact spot of 5min / 15min / 1h / 24h / 24hUTC (depending on task). e.g. 2min delay would be rather safe, but 59 minute from every hour not so…
and yes (before you ask ), time overflow for each is checked (and corrected automatically if needed, separate flow but not causing this…)
I hope this clarifies (while I am sure better ways might exists…)
---- added ----
Use example for combination of event and crono:
I would have used timer instead of stopwatch. The timer will only run for a specific time (2 min in your example) as stopwatch continue to run forever (or in your example restarted every hour).
But your example do work also.
But this was not your original question.
yes, did not want to have say 2min, 5min, 7min etc. timers, but only one with easy reference…