krn.GetNameSpaceParams

This job returns the engine parameters for a specified engine.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

NameSpace

STRING

Yes

Short label of the engine

2. Output Parameters

Name Type Dependency Description

Child

INT

1 = executor was started in a separate process; 0 = in main process

ExecutorPresent

BOOLEAN

1 = executor is present; 0 = not present

Internal

BOOLEAN

1 = internal engine (implemented in kernel); 0 = implemented in executor

Queue

STRING

Name of the queue for the engine

State

INT

Engine status: 0=CREATED; 1=LOADING; 2=LOADED; 3=UNLOADING; 4=UNLOADED

StateText

STRING

Status as text

3. Return Value

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

See also: krn.EnumNameSpaces