Set or clears the flag that determines whether preferences are saved when the application is closed.doSave When true, preferences saved on quit, when false
Category Archives: Application object
isWatchFolder
True if the Watch Folder dialog box is currently displayed and the application is currently watching a folder for rendering.Boolean; read-only.
endSuppressDialogs()
Ends the suppression of script error dialog boxes in the user interface. Error dialogs are displayed by default;call this method only if beginSuppressDialog
scheduleTask()
Schedules the specified JavaScript for delayed execution.stringToExecute A string containing JavaScript to be executed.delay A number of milliseconds to wai
memoryInUse
The number of bytes of memory currently used by this application.Number; read-only.
endWatchFolder()
Ends Watch Folder mode.None.Nothing.See also Application watchFolder method Application parseSwatchFile method Application isWatchFolder attribute
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.
endUndoGroup()
Marks the end of an undo group begun with the app.beginUndoGroup method. You can use this method to place an end to an undo group in the middle of a script,
activeViewer
The Viewer object for the currently focused or active-focused viewer Composition, Layer, or Footage panel.Returns null if no viewers are open.Viewer object;