krn.NameSpaceEnum

This job returns a list of implemented engines.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

2. Output Parameters

Name Type Dependency Description

Namespaces

STRING

Semicolon-separated short labels of all engines

3. Return Value

(INT): 0 = Job successful, otherwise error code.

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