Check Whether Thread Should Run

ok = threado:run()

Returns false if the thread is requested to die.

Warning

A thread loop should check this frequently to ensure a timely death.