Check if Lua Should Run
#Firmware/v293
ok = tools.run()
Returns true if Lua should still run.
true
Use this in a while loop.
e.g.
while tools.run() do -- do something end