krn.BatchGetStatistic
This job outputs statistical parameters for the selected batch.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Name of the batch whose statistics should be output |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
Number of job executions |
|
STRING |
— |
Average period between ticks (in seconds) |
|
STRING |
— |
Period between last and second-to-last tick (in seconds) |
|
STRING |
— |
Average deviation of intervals from target (in percent) |
|
STRING |
— |
Average deviation of intervals from target (in seconds) |
|
STRING |
— |
Deviation of last interval from target (in percent) |
|
STRING |
— |
Deviation of last interval from target (in seconds) |
|
STRING |
— |
Maximum deviation of intervals from target (in percent) |
|
STRING |
— |
Maximum deviation of intervals from target (in seconds) |
3. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: krn.BatchEnum