Table of Contents

TatVirtualMachine.Running Property

Use Running property to check if the current script is being executed (regardless of the value of Paused property). You can also set Running to true to execute a script, or set it to false to halt execution.

Syntax

Unit: atScript

property TatVirtualMachine.Running: Boolean

See also