Description | An index that uniquely distinguishes one
entry in the clearedCircuitTable from
another. This index will start at
2147483647 and will decrease by one for each
new entry added to the table. Upon reaching
one, the index will reset to 2147483647.
Because the index starts at 2147483647 and
decreases, a manager may do a getnext on
entry zero and obtain the most recent entry.
When the index has the value of 1, the next
entry will delete all entries in the table
and that entry will be numbered 2147483647. |