krn.GetCounter
This job manages counters in the table oscounters.
When called, the counter value is incremented (except when resetting).
Resetting occurs automatically or manually depending on the counter type.
Counter types:
0 = manually reset (via job parameter)
1 = daily reset
2 = monthly reset
3 = yearly reset
Counters are identified by GUID and type.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
GUID of the counter |
|
INT |
Yes |
Type of the counter ( |
|
BOOLEAN |
Yes |
|
|
INT |
Yes |
Value with which the counter is initialized if it does not exist or is reset |