Table of Contents

TatScript.Compiled Property

Indicates whether the script has been successfully compiled and is ready to execute.

Remarks

Use Compiled property to check if the script is already compiled and ready to execute. You can also set Compiled property value to true or false. Setting to true compiles the script (if it's not already compiled), and setting to false clears the script.

Syntax

Unit: atScript

property TatScript.Compiled: Boolean

See also