AlaStackMgrSlotState

  • Base type Enumeration

Current operational state of a stack element as follows: - running(1) : switch is fully operational, - duplicateSlot(2): switch operates in pass through mode due to slot duplication, - clearedSlot(3) : switch operates in pass through mode upon management command, - outOfSlots(4) : switch operates in pass through because the maximum number of allowed stackable swicthes has been reached, - outOfTokens(5) : switch operates in pass through mode because no tokens are available to be assigned. - badMix (6) : switch operates in pass through mode because it's not compatible with the existing stack.

Possible values

6 objects
Number Name
1 running
2 duplicateSlot
3 clearedSlot
4 outOfSlots
5 outOfTokens
6 badMix