Name

global.LicensingEngineGlobalHelper

Description

No description available

Script

var LicensingEngineGlobalHelper = Class.create();
LicensingEngineGlobalHelper.prototype = {
  initialize: function() {
  },
  sleep: function(time) {
      gs.sleep(time);
  },
  isServiceNowScope: function(scopeName) {
      return new GlideScopeAPI().isServiceNowScope(scopeName);
  },
  type: 'LicensingEngineGlobalHelper'
};

Sys ID

d58045d1770221100afba4aa8e5a993c

Offical Documentation

Official Docs: