Thread:isRunning

Edit

Returns whether or not the Thread is currently running.

running = Thread:isRunning()

Arguments

None

Returns

NameTypeDescription
runningboolean Whether or not the Thread is running.

See also