Enum StateReceiverState
The possible global states of the StateReceiver.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public enum StateReceiverState
Fields
| Name | Description |
|---|---|
| Available | The state receiver is currently available and ready to provide data. |
| Initializing | The state receiver is currently in a transitioning state, initializing a new backend. |
| Unavailable | The tate receiver initialization failed and the state receiver is unavailable. |