| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.itemtracking.ItemTrackingManager.Session.State | |
Represents the state of the item tracking session, indicating the current execution status of the item tracking algorithm. Each state has specific behavior and possible transitions.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ItemTrackingManager.Session.State | PAUSED | The algorithm is temporarily paused, preserving its internal state. | |||||||||
| ItemTrackingManager.Session.State | STARTED | The algorithm is actively running and processing item tracking events. |
|||||||||
| ItemTrackingManager.Session.State | STOPPED | The algorithm is stopped and all internal variables are reset to their initial state. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The algorithm is temporarily paused, preserving its internal state.
In this state:
Transitions:
The algorithm is actively running and processing item tracking events.
In this state:
Transitions:
The algorithm is stopped and all internal variables are reset to their initial state.
In this state:
Transitions: