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 = 0The profiling session is currently active and collecting data.
Cancelled = 4The profiling session was cancelled before completion.
Completed = 1The profiling session has completed successfully.
Error = 2The profiling session encountered an error and terminated abnormally.
NotFound = 3The requested profiling session was not found in the system.