Table of Contents

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

Pipeline execution was cancelled

Completed = 4

Pipeline execution completed successfully

DataTransferCompleted = 19

Data transfer completed

DataTransferStarted = 18

Data transfer started

Error = 21

Error occurred during execution

Failed = 5

Pipeline execution failed

Information = 11

Information event

KernelCompilationCompleted = 15

Kernel compilation completed

KernelCompilationStarted = 14

Kernel compilation started

KernelExecutionCompleted = 17

Kernel execution completed

KernelExecutionStarted = 16

Kernel execution started

MemoryAllocated = 12

Memory allocation event

MemoryDeallocated = 13

Memory deallocation event

OptimizationApplied = 22

Optimization was applied

Paused = 7

Pipeline was paused

PerformanceMetric = 20

Performance metric collected

Progress = 9

Progress update event

Resumed = 8

Pipeline was resumed

StageCompleted = 2

Stage execution completed successfully

StageFailed = 3

Stage execution failed

StageStarted = 1

Stage execution started

Started = 0

Pipeline execution started

Warning = 10

Warning occurred during execution