krn.EnumNameSpaces

This job returns a list of implemented engines (alphabetically sorted).

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

2. Output Parameters

Name Type Dependency Description

NameSpace[1..n]

STRING

Name of an engine. One parameter per engine, numbered from NameSpace1.

3. Return Value

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

4. Notes

  • Which engines are returned depends on the specific server installation and configuration and may differ between systems.

  • The number of engines can be determined from the index of the NameSpace parameters (NameSpace1, NameSpace2, … NameSpaceN).

5. Example

The output parameters of a typical installation:

NameSpace1  = abn
NameSpace2  = adm
NameSpace3  = ado
NameSpace4  = cnv
NameSpace5  = dbp
NameSpace6  = dms
NameSpace7  = dtr
NameSpace8  = krn
NameSpace9  = lic
NameSpace10 = mng
NameSpace11 = std
NameSpace12 = vtx
NameSpace13 = wfm

See also: krn.EnumJobs