Thread:requestTermination

From GiderosMobile
Revision as of 23:59, 11 February 2020 by MoKaLux (talk | contribs)


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