CollectorCurrentState Property

Gets the current internal state of this measurement Collector.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public CollectorState CurrentState { get; }

Property Value

CollectorState

Remarks

The internal state of this measurement Collector. This is the same state returned by defineRegions() or extractChannels().

Once the measurement is in error state, it will remain in ERROR until reset which will place it back in WAITING.

See Also