Difference between revisions of "Thread:requestTermination"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' 2018.10<br/> '''<translate>Class</translate>:''' Thread<br/> === <translat...")
(No difference)

Revision as of 14:32, 4 October 2018


Available since: 2018.10
Class: Thread

Description

Sets a flag to terminate thread. Check whether the thread needs terminated in the thread or it will terminate automatically after a number of Lua instructions.

thread:requestTermination()

Parameters

none

Return values

none