Skip to content

Instance Lifecycle

When CVEDIA-RT starts an instance, it triggers the onStart method from the corresponding Lua script, after starting it runs a continuous loop calling the onRun Lua function, if the instance is not paused.

Instance lifecycle

If the rt:Stop() method is called, the instance thread will be killed and the instance terminated.