DontExit Property (Scripting Object)

Object: Scripting Object

Access: Read/Write

Set to true to keep the script from exiting after the last statement executes.

Usage

Scripting.DontExit = True | False

Arguments

None.

Return Values

Boolean, if True, keep the script from exiting after the last statement executes. If False, exit the script after the last statement executes.