krn.NameSpaceEnum
This job returns a list of implemented engines.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
Semicolon-separated short labels of all engines |
4. Notes
-
Returns the same information as krn.EnumNameSpaces, but as a single semicolon-separated string instead of one parameter per engine.
-
The list may end with a trailing semicolon; ignore empty substrings when splitting.
-
Which engines are returned depends on the specific server installation and configuration and may differ between systems.
5. Example
Request with Flags = 0. Returned output parameter (return value 0):
Namespaces = abn;adm;ado;cnv;dbp;dms;dtr;krn;kts;lic;mng;std;tst;vtx;wfm;
See also: krn.EnumNameSpaces