Name
global.AJAXClothoConnectionTest
Description
No description available
Script
var AJAXClothoConnectionTest = Class.create();
AJAXClothoConnectionTest.prototype = Object.extendsObject(AbstractAjaxProcessor, {
start: function (){
var configId = this.getParameter("sysparm_ajax_processor_config_id");
var worker = new sn_clotho.ClothoConnectionTestWorker(configId);
worker.start();
return worker.getProgressID();
},
type: 'AJAXClothoConnectionTest'
});
Sys ID
3d6094f15b12220066c1290291f91a60