krn.QueueGetParams

This job returns the parameters of a specified queue.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Queue

STRING

Yes

Name of the queue

2. Output Parameters

Name Type Dependency Description

NumThreads

INT

Number of threads

Priority

INT

Priority: 0 = low; 1 = normal; 2 = high

MaxQueueSize

INT

Maximum number of jobs that can be accepted

3. Return Value

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