Table of Contents

Enum ProfileStatus

Namespace
DotCompute.Core.Telemetry.Enums
Assembly
DotCompute.Core.dll

Defines the possible status values for a profiling session. Indicates the current state or final outcome of the profiling operation.

public enum ProfileStatus

Fields

Active = 0

The profiling session is currently active and collecting data.

Cancelled = 4

The profiling session was cancelled before completion.

Completed = 1

The profiling session has completed successfully.

Error = 2

The profiling session encountered an error and terminated abnormally.

NotFound = 3

The requested profiling session was not found in the system.