Thread:execute

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: 2018.10
Class: Thread

Description

Starts/executes the thread if a function has been set with setFunction and the thread is not currently running.

local ok = thread:execute(vararg)

Parameters

vararg: (...) arguments for our thread function to process

Return values

ok: (boolean) success or failure