Application.Exit

Application.Exit (

number ReturnCode = 0 )

Description

Exits the application.

Note: This action also exits the script on the current event, so any action script occurring after it will not be executed.

Note: This action is the same as pressing the close button on the application title bar.

Tip: Use this action to exit an application that doesn't have a close button (i.e. one without a title bar).

Parameters

ReturnCode

(number) The optional return code you want to set for the AutoPlay application's process.

Returns

Nothing.

See also: Related Actions