Closed Drmon1269 closed 2 years ago
This feature is not implemented to avoid memory leaks (in AutoIt interpreter).
You should use Exit
statement to (safe) exit immediately in a sub-thread.
func task($l)
if not $l.ready then Exit
; do something
endfunc
How about to Kill thread by ID?