Table of Contents

TatCustomScripter.Running Property

Indicates whether any script in the scripter is currently being executed.

Remarks

Running property indicates if a script is being executed by the scripter component. If the scripter holds multiple scripts, Running property will be true if any of the scripts is running. If not script is running, the value will be false. When setting Running to true of false, it will change the Running value of the current virtual machine. See TatVirtualMachine.Running for more details.

Syntax

Unit: atScript

property TatCustomScripter.Running: Boolean

See also