Table of Contents

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 = 2

The analysis encountered an error and could not complete.

InProgress = 3

The analysis is currently in progress.

NoData = 1

No data was available for analysis.

Success = 0

The analysis completed successfully with valid results.