eco.unctest
- Eco Executor exclusive.
- This function is experimental.
Check the globals of the executor.
eco.check
- Eco Executor exclusive**.**
Just like eco.unctest, except it checks the specific one by the given string arg (function name)
eco.executetab
- Eco Executor exclusive**.**
Execute the executor’s specific tab given by the number arg (tab order)
eco.isbeta
Checks if the executor is in a beta state or not and returns it as a boolean.
eco.terminate
Useful in case a module script were still running because of an infinite loop/yield.
- Eco Executor exclusive**.**
Destroys any running module script in memory. total determines how many module scripts will be destroyed; leave it nil to destroy all.