krn.SessionEnumResourcesDB
This job returns all resources used by the specified work session that are stored in the database. It is the compact view persisted in the database; the detail-rich live view (resources currently held in memory) is returned by krn.EnumSessionResources.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
ID of the work session |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
Semicolon-separated resources in the format |
3. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: krn.EnumSessionResources, krn.SessionEnum