krn.QueueGetStatistic
This job returns statistical information about a specified queue.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Name of the queue |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
Number of sent jobs |
|
INT |
— |
Number of waiting jobs |
|
STRING |
— |
Time of last pop |
|
STRING |
— |
Time of last push |
|
STRING |
— |
Semicolon-separated engines that use this queue |
|
STRING |
— |
Semicolon-separated threads of this queue |
3. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: krn.QueueEnum