Start new thread
This action will start a new thread with the given name, which will begin running the inner actions concurrently with your main script's loop. If repeating and the sleep between runs isn't set, it will default to 100 milliseconds (ms), with a minimum of 10ms.
Parameters
- Thread name (text)
- Repeat until stopped (true or false)
- Sleep between runs (ms) (number)