You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LoopingTimer function should return some information about the current loop and how much longer the current waiting period is before it's next execution.
We may also want to consider storing/returning additional info like how many times it has run since initialized, when it was first initialized, etc?
The LoopingTimer function should return some information about the current loop and how much longer the current waiting period is before it's next execution.
We may also want to consider storing/returning additional info like how many times it has run since initialized, when it was first initialized, etc?
per @rkoshak, this involves:
when
data member to a ZDT and store the ZDT in thewhen
property (this.when = time.toZDT(when)
)expire
savenextRun
tothis.when
before rescheduling the timergetDuration
instead of returning the time until/since the time in the Timer, use the time between now andthis.when
Reference: #114
The text was updated successfully, but these errors were encountered: