///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2020, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// define('misc.bgprocess', [ 'sources/pgadmin', 'sources/gettext', 'sources/url_for', 'underscore', 'jquery', 'pgadmin.browser', 'alertify', ], function( pgAdmin, gettext, url_for, _, $, pgBrowser, Alertify ) { pgBrowser.BackgroundProcessObsorver = pgBrowser.BackgroundProcessObsorver || {}; if (pgBrowser.BackgroundProcessObsorver.initialized) { return pgBrowser.BackgroundProcessObsorver; } var wcDocker = window.wcDocker; var BGProcess = function(info, notify) { var self = this; setTimeout( function() { self.initialize.apply(self, [info, notify]); }, 1 ); }; _.extend( BGProcess.prototype, { success_status_tpl: _.template(`