Collector.State Enumeration
An enumeration representing the various Collector states.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
WAITING | 0 |
Collector is ready to accept it's first frame for a Chunk
|
COLLECTING | 1 |
Collector has seen it's first Frame of a Chunk and is adding more Frames
|
CHUNKREADY | 2 |
Collector has a large enough Chunk to be sent to the server. ChunkData |
COMPLETED | 3 |
Collector has processed enough Chunks for the Measurement
|
ERROR | 4 |
Collector encountered an error or constraint violation
|