Table of Contents

TatVirtualMachine.Paused Property

Indicates whether the current script execution is paused.

Remarks

Set Paused to True to pause the current execution, or to ensure that the script will stop at its first instruction when it starts executing. Setting Paused does not affect the Running property; the two properties are independent.

Syntax

Unit: atScript

property TatVirtualMachine.Paused: Boolean

See also