Hi to all,
my purpose is to run (RUN not CALL) a program at the top of the main program that manages and checks timers (because of is not possible use timers in a bg_logic ) and that runs continuously parallel to the main program.
Is there a variable about its status (paused, aborted, running) that allow me not to run it again if it's already running and avoid the error?
Thanks