onExportDone

This method is called from a WorkerThread, after the export is done. You can override this method to get the result before or without closing the editor.

Return

return true if you want to close the editor right now else return false and the editor will stay open.

Parameters

result

This is the result of the last export, ink. a copy of the settingsList used for export.

open fun onExportDone(result: <ERROR CLASS>): Boolean