Check Whether Thread Should Run
#Firmware/v295 #Threads
ok = threado:run()
Returns false if the thread is requested to die.
A thread loop should check this frequently to ensure a timely death.