ThreadBase.getAll

Provides a list of all threads currently being tracked by the system. Note that threads in the returned array might no longer run (see ThreadBase..isRunning).

class ThreadBase
static
getAll
()

Return Value

Type: ThreadBase[]

An array containing references to all threads currently being tracked by the system. The result of deleting any contained objects is undefined.

Meta