destroyAll

Destroys all existing threads.

━ Syntax

[bool status] destroyAll()

━ Usage

local result = vEngine.thread.destroyAll() --Creates a thread
print(result) --Prints result

Last updated