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

Flags

INT

Yes

Currently not supported — pass 0.

SessionGUID

STRING

Yes

ID of the work session

2. Output Parameters

Name Type Dependency Description

Resources

STRING

Semicolon-separated resources in the format GUID1=Locktime1,Name1;GUID2=Locktime2,Name2;…​:
Resource ID; Lock time; Short resource designation

3. Return Value

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