Table of Contents

Enum KernelState

Namespace
Orleans.GpuBridge.Runtime.Persistent
Assembly
Orleans.GpuBridge.Runtime.dll

State of a kernel instance.

public enum KernelState

Fields

Failed = 5

Kernel has encountered an error and failed.

Idle = 0

Kernel is idle and not processing.

Running = 2

Kernel is running and processing data.

Starting = 1

Kernel is starting up.

Stopped = 4

Kernel has been stopped.

Stopping = 3

Kernel is in the process of stopping.