beginSuppressDialogs()

Begins suppression of script error dialog boxes in the user interface. Use endSuppressDialogs to resume the display of error dialogs.None.Nothing.

activate()

Opens the application main window ifit is minimized or iconified, and brings it to the front of the desktop.None.Nothing.

version

An alphanumeric string indicating which version of After Effects is running.String; read-only.

settings

The currently loaded settings.Settings object; read-only.

saveProjectOnCrash

When true the default , After Effects attempts to display a dialog box that allows you to save the current project if an error causes the application to qui

project

The project that is currently loaded.Project object; read-only.

onError

The name of a callback function that is called when an error occurs. By creating a function and assigning it to this attribute, you can respond to errors sy

memoryInUse

The number of bytes of memory currently used by this application.Number; read-only.

isWatchFolder

True if the Watch Folder dialog box is currently displayed and the application is currently watching a folder for rendering.Boolean; read-only.

isRenderEngine

True if After Effects is running as a render engine.Boolean; read-only.