getService();
The getService method returns service for working with a module.
Type of the value returned by this method depends on the unit type. For example, if an express report is loaded the getService method returns a value of the PP.Exp.EaxMdService type. If the workbook is loaded, an object of the PP.TS.TSService type.
The method use is given in the example for ModuleObject.unload.
See also: