krn.GetNameSpaceParams
This job returns the engine parameters for a specified engine.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Short label of the engine (e.g. |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
|
|
BOOLEAN |
— |
|
|
BOOLEAN |
— |
|
|
STRING |
— |
Name of the queue for the engine |
|
INT |
— |
Engine status: |
|
STRING |
— |
Status as text |
4. Notes
-
Which output parameters are returned depends on the specific server installation and configuration and may differ between systems.
-
The available engine labels are returned by krn.EnumNameSpaces.
5. Example
Request with Flags = 0 and NameSpace = dms. Returned output parameters (return value 0):
ExecutorPresent = 1
Internal = 0
Queue = dms
State = 2
StateText = LOADED
See also: krn.EnumNameSpaces