Enum PipelineEventType
- Namespace
- DotCompute.Abstractions.Pipelines.Enums
- Assembly
- DotCompute.Abstractions.dll
Defines the types of events that can occur during pipeline execution
public enum PipelineEventType
Fields
Cancelled = 6Pipeline execution was cancelled
Completed = 4Pipeline execution completed successfully
DataTransferCompleted = 19Data transfer completed
DataTransferStarted = 18Data transfer started
Error = 21Error occurred during execution
Failed = 5Pipeline execution failed
Information = 11Information event
KernelCompilationCompleted = 15Kernel compilation completed
KernelCompilationStarted = 14Kernel compilation started
KernelExecutionCompleted = 17Kernel execution completed
KernelExecutionStarted = 16Kernel execution started
MemoryAllocated = 12Memory allocation event
MemoryDeallocated = 13Memory deallocation event
OptimizationApplied = 22Optimization was applied
Paused = 7Pipeline was paused
PerformanceMetric = 20Performance metric collected
Progress = 9Progress update event
Resumed = 8Pipeline was resumed
StageCompleted = 2Stage execution completed successfully
StageFailed = 3Stage execution failed
StageStarted = 1Stage execution started
Started = 0Pipeline execution started
Warning = 10Warning occurred during execution