public CollectorState CurrentState { get; }
Public ReadOnly Property CurrentState As CollectorState
Get
public:
property CollectorState CurrentState {
CollectorState get ();
}
member CurrentState : CollectorState with get
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.