Skip to main content
This topic has been closed for replies.
Correct answer Bruce Bullis

setExtensionPersistent(extensionID, bool) when set to true, the extension with extensionID will never be unloaded.

2 replies

Bruce Bullis
Bruce BullisCorrect answer
Legend
March 1, 2017

setExtensionPersistent(extensionID, bool) when set to true, the extension with extensionID will never be unloaded.

Inspiring
March 1, 2017

This was copied from another post about setExtensionPersistent()

As of our most recent 10.3 ("Adobe Premiere Pro CC 2015.3") release, PPro has a setExtensionPersistent() call; this makes PPro keep the panel loaded, across workspace changes (which usually happens when the user closes a project).

app.setExtensionPersistent("com.extensionName", boolPersist);