Using Specific Time with Take Until #2024
Answered
by
bruno-f-cruz
kaelabruin
asked this question in
Q&A
-
Hi, I want to edit my workflow to automatically stop every day at 11:59 pm. Is there a way to do this in the workflow. I know I can use TakeUntil with a timer, but could I use TakeUntil with a specific time? Preferably I'd want to do this within Bonsai, but I am also open to other solutions. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
bruno-f-cruz
Sep 24, 2024
Replies: 1 comment 1 reply
-
Use a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kaelabruin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a
Timer
that ticks periodically (adjustPeriod
to get the resolution you are looking for). Once it goes over the time of the day, use the TakeUntil as you mentioned.eg.: