Name

global.ProbeScriptPreexecute

Description

No description available

Script

var ProbeScriptPreexecute = Class.create();
ProbeScriptPreexecute.prototype = {
  initialize: function(probe) {
  	this.probe = probe;
  	this.init();
  },
  
  // Override these methods in classes that extend this one
  init: function() {},
  run: function() {},

  type: 'ProbeScriptPreexecute'
};

Sys ID

ef50b53297313100e4c3955fda29750c

Offical Documentation

Official Docs: