To execute an event 3 times and then stop

if you want it concurrently you’d want an Async task or basically construct an object, run the execution, maybe return a delegate, then cancel the task.

for example the AsyncLoadAsset node

1 Like