Skip to content

Commit 32f757e

Browse files
John ColomboJohn Colombo
authored andcommitted
Add 25.4 app.restart() method
1 parent 12f700c commit 32f757e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/general/application.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,24 @@ Nothing.
829829

830830
---
831831

832+
### app.restart()
833+
834+
`app.restart()`
835+
836+
#### Description
837+
838+
Restarts the After Effects application.
839+
840+
#### Parameters
841+
842+
None.
843+
844+
#### Returns
845+
846+
Nothing.
847+
848+
---
849+
832850
### app.scheduleTask()
833851

834852
`app.scheduleTask(stringToExecute, delay, repeat)`

docs/introduction/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ What's new and changed for scripting?
1010

1111
## After Effects 25
1212

13+
### [After Effects 25.4](https://helpx.adobe.com/after-effects/using/whats-new/2025-4.html) (August 2025)
14+
15+
- Scripting method added: [app.restart()](../general/application.md#apprestart)
16+
1317
### [After Effects 25.2](https://helpx.adobe.com/after-effects/using/whats-new/2025-2.html) (April 2025)
1418

1519
- Scripting methods and attributes added:

0 commit comments

Comments
 (0)