Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: Delay Element Cancellation
Reply to topic
Author Message
EMebane



Joined: Apr 15, 2019
Posts: 124

PostPosted: Apr 16, 2026 2:48 AM    Post subject: Delay Element Cancellation

What's the best way to interrupt a Delay element?

I'm trying Reset (passing true) but it's not stopping the Delay from completing and triggering the next element.

Using an ElementInteractor with Action:Stop-Start works, but that doesn't seem like the right approach.

What does the Reset input do (The Manual doesn't specify)?
jarek



Joined: Oct 22, 2007
Posts: 1087

PostPosted: Apr 16, 2026 1:36 PM    Post subject:

The Reset input (if != 0, True only) clears the input buffer, but I am not sure if it is doing it for all data, maybe the last (most recent) value still goes through.

The ElementInteractor with Stop-Start is the best and most generic way to reset any element.
Reply to topic