Enum KernelState
- Namespace
- Orleans.GpuBridge.Runtime.Persistent
- Assembly
- Orleans.GpuBridge.Runtime.dll
State of a kernel instance.
public enum KernelState
Fields
Failed = 5Kernel has encountered an error and failed.
Idle = 0Kernel is idle and not processing.
Running = 2Kernel is running and processing data.
Starting = 1Kernel is starting up.
Stopped = 4Kernel has been stopped.
Stopping = 3Kernel is in the process of stopping.