Table of Contents

Enum KernelExecutionState

Namespace
DotCompute.Runtime.Services
Assembly
DotCompute.Runtime.dll

An kernel execution state enumeration.

public enum KernelExecutionState

Fields

Cancelled = 3
Completed = 1
Failed = 2
Running = 0