Repeat function every 30 seconds

Hello, I need to run a check function on my server every 30 seconds, it would be something like setInterval, how would I do this in kodular?

With the clock function, Set Clock interval to 30,000, have your clock enabled, and put the call inside the clock function or have the clock call a procedure.