Table of Contents

Enum MetalNodeExecutionState

Namespace
DotCompute.Backends.Metal.Execution.Graph.Nodes
Assembly
DotCompute.Backends.Metal.dll

Represents the execution state of a Metal graph node.

public enum MetalNodeExecutionState

Fields

Cancelled = 4

Node execution was cancelled.

Completed = 2

Node has completed successfully.

Executing = 1

Node is currently executing.

Failed = 3

Node execution failed with an error.

NotStarted = 0

Node has not started execution.