This content has been marked as final.
Show 2 replies
-
1. Re: Exit/Quit Session
OliverJohn Mar 7, 2012 8:48 AM (in response to JHowe99)The documented app.Close() function works fine, but only when you call the script from FrameMaker, not from the ESTK.
As far as I can tell, there is no way to exit FM from the ToolKit.
-
2. Re: Exit/Quit Session
JHowe99 Mar 8, 2012 8:47 AM (in response to JHowe99)This worked:
app.Close(Constants.FF_CLOSE_MODIFIED);

