Class ProtocolState
Inheritance
System.Object
ProtocolState
Assembly: Sensus.Shared.NuGet.dll
Syntax
public sealed class ProtocolState : Enum
Fields
Paused
The protocol has been paused, which means that it is not storing data and is not registered as Running, but is
active in other ways (e.g., surveys will fire, push notifications will be received, data will be transmitted to the
remote data store.
Declaration
public const ProtocolState Paused
Field Value
Running
Declaration
public const ProtocolState Running
Field Value
Starting
Declaration
public const ProtocolState Starting
Field Value
Stopped
Declaration
public const ProtocolState Stopped
Field Value
Stopping
Declaration
public const ProtocolState Stopping
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|