krn.QueueGetStatistic

This job returns statistical information about 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

JobsPosted

INT

Number of sent jobs

JobsWaiting

INT

Number of waiting jobs

LastPop

STRING

Time of last pop

LastPush

STRING

Time of last push

NameSpaces

STRING

Semicolon-separated engines that use this queue

Threads

STRING

Semicolon-separated threads of this queue

3. Return Value

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

See also: krn.QueueEnum