isoLanguage

A string indicating the locale language and regional designations After Effects is running.NOTE: $.locale returns the operating system language, not the lan

watchFolder()

Starts a Watch Folder network rendering process pointed at a specified folder.folder_object_to_watch The ExtendScript Folder object for the folder to watch.

isWatchFolder

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

Application object

Provides access to objects and application settings within the After Effects application. The single global object is always available by its name, app.Attr

memoryInUse

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

matchName

A special name for the property used to build unique naming paths. The match name is not displayed, but you can refer to it in scripts. Every property has a

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

PropertyBase object

Properties are accessed by name through layers, using various kinds of expression syntax, as controlled by application preferences. For example, the followi

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

pauseRendering()

Pauses the current rendering process, or continues a paused rendering process. This is the same as clicking Pause in the Render Queue panel during a render.