GUI_exportComplete
Connection object that is called when a file export is completed.
    RxCore.GUI_exportComplete.connect(function (fileUrl) {
        window.open(fileUrl, '_new');
    });
Callback Parameters
- fileURL: URL to the file created.
Connection object that is called when a file export is completed.
    RxCore.GUI_exportComplete.connect(function (fileUrl) {
        window.open(fileUrl, '_new');
    });