Skip to main content
Version: 2026.0

modules

Provides methods for working within a modularized process / model

Methods

loadService

loadService(pServiceName): any[]

Provides all implementations of the service with the given name. The items inside the object array are functions, that can be executed.

Parameters

pServiceName
string | number | boolean

Name of the service

Returns

any[]

the functions as array, or empty, if the service or no implementation could be found