Stop Thread
Closed this issue · 1 comments
KingOfGerrit commented
How stop Thread?
ivanseidel commented
Hi @Nullfati, you can use the enabled
boolean attribute inside it to enable/disable:
myThread.enabled = false;
Closed this issue · 1 comments
How stop Thread?
Hi @Nullfati, you can use the enabled
boolean attribute inside it to enable/disable:
myThread.enabled = false;