krn.EnumJobs
This job returns a list of implemented jobs for a specified engine.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Short label of the engine for which the list of jobs should be generated (e.g. |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
Optional |
One parameter per implemented job. The parameter name equals the job name (without namespace prefix); the value is empty. |
4. Notes
-
The job names are contained in the parameter names, not in the parameter values.
-
The returned job names have no namespace prefix; for a call, prepend the engine’s prefix (e.g. parameter name
BatchEnumin enginekrncorresponds to the jobkrn.BatchEnum). -
Which jobs 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 = krn. Excerpt of the returned output parameters (return value 0):
AppsEventsEnum =
AppsEventsSubscribe =
AslogGeneralFlags =
AsynchJobResponse =
BatchAdd =
…
See also: krn.EnumNameSpaces