Enum AnalysisStatus
- Namespace
- DotCompute.Core.Telemetry.Enums
- Assembly
- DotCompute.Core.dll
Defines the possible status values for an analysis operation. Indicates the current state or final outcome of the analysis process.
public enum AnalysisStatus
Fields
Error = 2The analysis encountered an error and could not complete.
InProgress = 3The analysis is currently in progress.
NoData = 1No data was available for analysis.
Success = 0The analysis completed successfully with valid results.