So if a task is triggered again while it's running (eg due to a wait action), does it stop and start from begging or will it run a second instance of itself? :confused:
Also what about local variables; will they be set to each instance seperately (2nd case scenario)? continue as set or reset...