Click or drag to resize

State Enumeration

Device state.

Namespace:  Resto.Front.Api.Data.Device
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public enum State
Members
  Member nameValueDescription
Unknown0Unknown.
New1New.
Stopped2Stopped.
Starting3Starting.
Running4Running.
Paused5Paused.
Stopping6Stopping.
Shutdown7Shutdown.
RuntimeSetup8Runtime setup.
See Also