Is it possible to have infinite loop inside a client timer script?
this will be the sample code under the client timer script.
while 1:
check status of tool and insert to database
and i will have a client timer script that will run every 1,000ms.
Thanks!